gabriel
New member
We use the apache component to run a few small sites that I don't normally bother with so I have no idea how long apache has been dead, but it's definitely not working:
So in my attempts to make it work I've tried to run the build script with "all" and just PHP as the arguments with no change except that I now have a number of copies of httpd.conf in my /etc/httpd/conf/ directory.
The error log just keeps repeating the same warning:
and I'm fresh out of ideas. The only thing I can think of that might have bothered this machine was my upgrade of gd because portaudit complained that the package had a security issue. I'd upgrade Perl too (yet another security issue) if i wasn't so afraid that that would break DNS and mail as well.
I'm hoping to find a solution that will allow me to keep the configurations for the few users we have setup using this thing as I don't know what kind of work went into creating the users in the first place and don't care to find out the hard way. Suggestions? Questions? Would it be bad to install a standard apache on this machine and just use that?
I'm using FreeBSD 5.3 if that means anything.
# /usr/local/etc/rc.d/httpd start
Starting httpd: [ OK ]
[Wed Nov 23 03:11:22 2005] [warn] module perl_module is already loaded, skipping
# ps ax | grep ht
19099 p1 RL+ 0:00.00 grep ht
So in my attempts to make it work I've tried to run the build script with "all" and just PHP as the arguments with no change except that I now have a number of copies of httpd.conf in my /etc/httpd/conf/ directory.
The error log just keeps repeating the same warning:
Wed Nov 23 03:14:01 2005] [warn] module perl_module is already loaded, skipping
[Wed Nov 23 03:14:01 2005] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
and I'm fresh out of ideas. The only thing I can think of that might have bothered this machine was my upgrade of gd because portaudit complained that the package had a security issue. I'd upgrade Perl too (yet another security issue) if i wasn't so afraid that that would break DNS and mail as well.
I'm hoping to find a solution that will allow me to keep the configurations for the few users we have setup using this thing as I don't know what kind of work went into creating the users in the first place and don't care to find out the hard way. Suggestions? Questions? Would it be bad to install a standard apache on this machine and just use that?
I'm using FreeBSD 5.3 if that means anything.