Web Hosting Talk







View Full Version : Urgent! Apache ASP Plugin (cpanel.net)


sitekeeper
08-18-2001, 02:04 PM
I just installed the Apache ASP Plugin from cpanel.net and everything appeared to go fine.

The last line stated that I might need to restart apache, I did from WHM and now it failed.

Where should I start to look, I do have a complete backup.
Any ideas??
BOB :eek:

WeinBar Jack
08-18-2001, 03:02 PM
Look at your apache error log. It will give you a great place to start.

Eagle
08-18-2001, 04:18 PM
Telnet in,
run

/etc/rc.d/init.d/httpd start
(or /etc/rc.d/init.d/httpd restart)

It'll probably give an error....
Check your httpd.conf to see whats wrong

JonnyQuags
08-18-2001, 05:10 PM
/usr/local/apache/conf/httpd.conf- should be the backup before apache asp was added, so you can swap that with the main and it may work.

sitekeeper
08-18-2001, 07:01 PM
I am still not sure what happened, I did restore httpd.conf and restarted apache. I did not see any difference in the httpd.conf file and the backup I made before I did the install.

I tried the install again and I noticed an error this time. I don't know if it is any problem it came up about 20% into the install:
----------------------------------------------------------------
Will configure via APXS (apxs=/usr/local/apache/bin/apxs)
************* WARNING *************
Your Perl is uselargefiles enabled, but Apache is not, suggestions:
*) Rebuild mod_perl with Makefile.PL PERL_USELARGEFILES=0
*) Rebuild Apache with CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
*) Rebuild Perl with Configure -Uuselargefiles
*) Let mod_perl build Apache (USE_DSO=1 instead of USE_APXS=1)
-----------------------------------------------------------------

I don't have asp working yet but I will keep trying.
Thanks for the help though!
BOB