Snort mailing list archives

Re: possible php problem


From: "BM HM" <bm0714 () hotmail com>
Date: Tue, 20 Apr 2004 20:21:42 -0500

A couple things to try:

First make sure your apache installation has been successfully restarted, this will rule out the fact that your conf's are right but not active.

Second take a look at your php.ini file and check "short_open_tag"
Many times a php script will start with <? and if that is set to off then it will not read / parse the php file as a .php file.

Third, throw the following into a file and see if it functions.

<?

phpinfo();

?>


From: tslighter <tslighter () itc nrcs usda gov>
To: dekid2 () comcast net
CC: snort-users () lists sourceforge net
Subject: Re: [Snort-users] possible php problem
Date: Tue, 20 Apr 2004 12:48:01 -0600

dekid2 () comcast net wrote:

Hi,
I am installing snort and I'm having some problems when I get to the point where you can test your Apache/php installation by creating the test.php or using the Network Query Tool at http://shat.net/php/nqt/nqt.php.txt . When I go to the web page I see only the text. Any suggestions. The web server is running fine and I can see the generic apache page ok. This is the second time I have reached this point and experienced the same problem. My hardware is pretty low end P233, 256ram, but I don't think that has anything to do with it. Just makes it a little slow.

Any suggestions? The php modules loads into the httpd.conf file automatically and I verified it is there. Does a process need to be stopped and then restarted? Any suggestions are appreciated.

Thanks,
Jeff



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users




Installing PHP does not complete all required changes to the httpd.conf file. You will manually have to add the following entry:

AddType application/x-httpd-php .php





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

_________________________________________________________________
Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1/go/onm00200362ave/direct/01/



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: