How do I start Apache, the instructions I had were to use the 'apachectl start' however this returns
[root@clkweb01 bin]# pwd
/usr/local/apache2/bin
[root@clkweb01 bin]# apachectl start
bash: apachectl: command not found
[root@clkweb01 bin]# ll
total 1864
-rwxr-xr-x 1 root root 104972 Mar 12 21:10 ab
-rwxr-xr-x 1 root root 7706 Mar 16 04:14 apachectl
I have also tried 'httpd start' this also generated errors
[root@clkweb01 root]# httpd start
Syntax error on line 60 of /etc/httpd/conf/httpd.conf:
Cannot load /home/ into server: /home/
Any ideas?
Jonathan
[root@clkweb01 bin]# pwd
/usr/local/apache2/bin
[root@clkweb01 bin]# apachectl start
bash: apachectl: command not found
[root@clkweb01 bin]# ll
total 1864
-rwxr-xr-x 1 root root 104972 Mar 12 21:10 ab
-rwxr-xr-x 1 root root 7706 Mar 16 04:14 apachectl
I have also tried 'httpd start' this also generated errors
[root@clkweb01 root]# httpd start
Syntax error on line 60 of /etc/httpd/conf/httpd.conf:
Cannot load /home/ into server: /home/
Any ideas?
Jonathan