@how@ come in SOS~@

scloo

Verified User
Joined
May 6, 2006
Messages
13
update apache1.XX --> apache2.0.58
url:
http://www.directadmin.com/forum/showthread.php?s=&threadid=13173


--------------------------------------------------------------+
| |
| For details on getting started with mod_perl 2, see: |
| |
| http://perl.apache.org/docs/2.0/user/intro/start_fast.html |
| |
| |
| Found a bug? File a bug report: |
| |
| http://perl.apache.org/bugs/ |
| |
+--------------------------------------------------------------+
Done modperl-2.0.
[root@idcjc customapache]# ./build zend
File already exists: ZendOptimizer-3.0.1-linux-glibc21-i386.tar.gz

Location of php.ini:
/usr/local/lib
Press return to continue...

[1]+ Stopped ./build zend
[root@idcjc customapache]# /sbin/service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 7 of /usr/local/directadmin/data/users/admin/httpd.conf:
Port was replaced with Listen in Apache 2.0
[FAILED]
[root@idcjc customapache]#



Please help me !

my MSN [email protected]
thanks you!
 
Last edited:
Hi,

Change to apache_ver=2.0
in
/usr/local/directadmin/conf/directadmin.conf

then run this
Code:
echo "action=rewrite&value=ips" >> /usr/local/directadmin/data/task.queue 
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue 
echo "action=directadmin&value=restart" >> /usr/local/directadmin/data/task.queue
/etc/init.d/httpd restart



Wael
 
Back
Top