httpd requests

Bob McClure Jr robertmcclure at earthlink.net
Mon Dec 19 14:12:36 UTC 2005


On Mon, Dec 19, 2005 at 02:06:25PM +0000, Janis Ozolins wrote:
> Oliver B. wrote:
> 
> >>>Hello,
> >>>
> >>>I think http requests will be filtered on my system. I've installed
> >>>RHEL4AS with the latest updates. Apache 2.0.52 is running.
> >>>
> >>>When I fill in the data in a form that uses POST for verifying the data
> >>>submitted, the data is lost. On other systems the PHP script works
> >>>properly.
> >>>
> >>>The basic configuration of httpd.conf I had copied from an other
> >>>system...
> >>>
> >>>Has anyone an idea?
> >>>
> >>>Thanks a lot
> >>>
> >>>Best regards
> >>>Oliver
> >>>     
> >>>
> >>Any indication of trouble in /var/log/httpd/error_log or
> >>/var/log/httpd/access_log?
> >>
> >>Cheers,
> >>   
> >>
> >
> >Hi Bob,
> >
> >there's nothing special in the logs. Just the normal access log and no
> >errors reporting in the error log.
> >
> >Regards
> >Oliver
> >
> >_______________________________________________
> >Redhat-install-list mailing list
> >Redhat-install-list at redhat.com
> >https://www.redhat.com/mailman/listinfo/redhat-install-list
> >To Unsubscribe Go To ABOVE URL or send a message to:
> >redhat-install-list-request at redhat.com
> >Subject: unsubscribe
> >
> > 
> >
> I think this may help you more. Make the a file called for example 
> *info.php* with following code:
> 
> <html>
> <head>
> <title>PHP info</title>
> </head>
> <body>
> <?php
> phpinfo();
> ?>
> </body>
> </html>
> 
> and put it in your html documents folder
> 
> /var/www/html
> 
> When this is done, type in your Internet browser line
> 
> http://yor.domainname/info.php
> 
> On next page will be shown all info what PHP understands on your box. If 
> error_mode in PHP is turned off, for fault finding better turn it ON.
> 
> I hope this should help.
> 
> -- 
> 
> 
> 
> Regards
> 
> 
> Janis
> 
> Phone 07854636404

Ah.  I forgot about that aspect.  See also

http://www.rhil.net/docs/faq.html#php_not_working

Cheers,
-- 
Bob McClure, Jr.             Bobcat Open Systems, Inc.
robertmcclure at earthlink.net  http://www.bobcatos.com
Peace begins not at a Mideast table, but at a Mideast stable




More information about the Redhat-install-list mailing list