Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

Apache HTTPd and Tomcat, 404 for .php files Options There are currently too many top


Hi,

I'm running Apache HTTPd 2.2.3 on CentOS 5.2, with Tomcat 6.0 and PHP
5.3.

I have the site setup such that the HTTPD server forwards everything
to Tomcat. I have installed PHPJavaBridge, which handles all php
scripts in Tomcat.

So everything seemed to be working fine, last friday. I accessed the
site and my scripts all okay. I did make a few changes but it still
seemed to work fine.

Today, I came back and started checking the site, and every time I try
to access one of my PHP scripts I get a 404 Not Found.

I shut down Tomcat and when I try to access any web page that was
originally hosted by Tomcat I get a 503, but for any PHP files I still
get a 404.

Is there any possible explanation of how this happened?

I'm didn't post my conf files, because like I said, it was fully
functional. I'm really completely clueless as to what really happened,
and hoping that someone has come across this error.
View Original Thread
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: tomcat, php, accessed, scripts, site
users@httpd] Problems uploading files to Apache HTTP server using Internet Explorer 6
May 25, 2010
Hi Experiencing a frustrating issue with functionality that seemed to work ok earlier. I upload a file from IE6 to the server, and I frequently get 'The page cannot be displayed' immediately appearing in the browser (no response is received). The…

users@httpd] Apache loadbalancer with tomcat 6
May 24, 2010
Hi, I have configured Apache loadbalancer with tomcat as backend i am getting 503 error in apache logs when accessing tomcat examples context. I have start with one tomcat behind single apache on same machine Here is my httpd conf …

Request Processing by Apache httpd for Tomcat
Jul 12, 2010
Hello, I am working on an Apache module. The module is installed in an Apache http server that handles requests for a Tomcat server. When requests come from a mobile device, the jsessionid parameter is appended to the URI in the usual manner,…

Created: (CLI-202) Default options are not taken into account for the required options
Jun 16, 2010
Default options are not taken into account for the required options

Oracle AQ Topic dequeue options and Apache Camel
Jul 11, 2010
I would like to know if its possible to set the Oracle AQ dequeue options for a topic (multiconsumer queue). I'm trying to set the following in the Camel Spring XML config: AQDequeueOptions deqopt = new AQDequeueOptions();…

svn commit: r981203 - in /tomcat/trunk: java/org/apache/tomcat/util/bcel/ java/org/apache/tomcat/util/bcel/classfile/ webapps/docs/
Aug 1, 2010
Author: markt Date: Sun Aug 1 11:13:10 2010 New Revision: 981203 URL: http://svn.apache.org/viewvc?rev=981203&view=rev Log: Update packaged re-named Jakarta BCEL Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed) …

users@httpd] Webdav - Files sent twice with <limit PUT>
May 26, 2010
Hi all, I have a server running apache with mod_dav enabled. I try to set up a directory where only valid users can put files. Anonymous can get these files. I have an issue with this configuration. Below is the behavior when a valid user put a…

svn commit: r947932 - in /tomcat/trunk/modules/tomcat-lite: examples/ java/org/apache/tomcat/integration/ java/org/apache/tomcat/integration/jmx/ java
May 25, 2010
Author: costin Date: Tue May 25 06:12:38 2010 New Revision: 947932 URL: http://svn.apache.org/viewvc?rev=947932&view=rev Log: Remove the 'integration' - ObjectManager and wrapping of DI frameworks. Lite is just a library/connector - doesn't…

svn commit: r959790 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/http/mapper/ webapps/docs/
Jul 1, 2010
Author: markt Date: Thu Jul 1 21:35:19 2010 New Revision: 959790 URL: http://svn.apache.org/viewvc?rev=959790&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49536 Ensure a 404 response for an unmapped request when no…

svn commit: r965150 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/
Jul 17, 2010
Author: markt Date: Sat Jul 17 23:57:23 2010 New Revision: 965150 URL: http://svn.apache.org/viewvc?rev=965150&view=rev Log: Restore pero's timeout fix for the BIO connector. Add configuration of the timeout. Modified: …