looloo

Member
Mar 5, 2006
16
0
151
Hi

i were tried to run apache but cudnt start ...

i used this command:

Code:
root@server [~]# /usr/local/apache/bin/apachectl configtest
Syntax error on line 1244 of /usr/local/apache/conf/httpd.conf:
Invalid command 'SSLEnable', perhaps mis-spelled or defined by a module not incl
uded in the server configuration
root@server [~]#
i tried to see httpd status:

Code:
root@server [~]# httpd status
/usr/sbin/httpd: line 166: lynx: command not found
root@server [~]#
what is the problem ?
plz help
 

looloo

Member
Mar 5, 2006
16
0
151
1241#<VirtualHost x.x.x.x>
1242#ServerAlias xyz.com
1243#ServerAdmin [email protected]
1244#DocumentRoot /home/xyzcom/public_html
1245#BytesLog domlogs/xyz.com-bytes_log
1246#ServerName www.xyz.com
1247#ScriptAlias /cgi-bin/ /home/xyzcom/public_html/cgi-bin/
1248#
1249#User xyzcom
1250#Group xyzcom
1251#CustomLog /usr/local/apache/domlogs/xyz.com combined
1252#</VirtualHost>
 

bijo

Well-Known Member
Aug 21, 2004
474
0
166
India
looloo said:
1241#<VirtualHost x.x.x.x>
1242#ServerAlias xyz.com
1243#ServerAdmin [email protected]
1244#DocumentRoot /home/xyzcom/public_html
1245#BytesLog domlogs/xyz.com-bytes_log
1246#ServerName www.xyz.com
1247#ScriptAlias /cgi-bin/ /home/xyzcom/public_html/cgi-bin/
1248#
1249#User xyzcom
1250#Group xyzcom
1251#CustomLog /usr/local/apache/domlogs/xyz.com combined
1252#</VirtualHost>
Hello,

It seems that you posted the wrong lines.