apache2
Apache mod_perl processes hang in futex_wait state
I run a fairly popular browser-based web game, running under Apache (worker) and mod_p开发者_如何转开发erl. During peak times, when the server is handling about 4200 requests per minute, once every 3-[详细]
2023-04-13 02:44 分类:问答Problems with mod_rewrite and mod_userdir
I\'m trying to get a local copy of a website running that someone else put together. The site is deployed and functional and I\'m trying to get a development version set up under my public_html direct[详细]
2023-04-11 11:49 分类:问答Secure content on HttpServer using a Tomcat Application - any ideas?
We have a Web Application on Tomcat. The App accesses content(confidential) from dedicated 开发者_开发百科Apache HTTPServers. We do not want un-authorized users accessing this content. i.e. Only users[详细]
2023-04-11 06:50 分类:问答PSGI application with Apache2 using Plack::Handler::Apache2 results in 'not found'
first time poster, long time lurker here. Im using a tiny PSGI application in plackup, but id like to switch to Apache2 for subdomains. I run the application with \'plackup /home/ath88/work/kolle/scr[详细]
2023-04-11 04:59 分类:问答How do I change the working directory of Apache2/mod_perl2
I have a mod_perl2 module that writes some files to the working directory. The standard working directory of mod_perl2 or Apache2 seems to be \"/\". Of course, Apache is not allowed to write files in[详细]
2023-04-10 18:29 分类:问答PHP Memory spikes on Production server
I\'ve got 2 servers: my local server and remote production server. They\'ve got basically the same config: Ubuntu 10.10, Apache 2, PHP 5.3, PHP-APC, MYsql etc开发者_开发百科. I also have copies of a w[详细]
2023-04-10 07:49 分类:问答"Spoofing" a 404 not found error with .htaccess
I have .htaccess currently set up to rewrite anything without a period or slash to the equivalent with a .php extension (so \"foo\" internally pulls up \"foo.php\") via the following:[详细]
2023-04-09 21:22 分类:问答htaccess line - 500 error
I have a htaccess fil开发者_JS百科e: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\\.php$ - [L][详细]
2023-04-09 12:47 分类:问答Windows 7 - JAVA - starting or stopping apache 2 (httpd) service
I would like to know how to stop, start, and restarting the Apache (2.0.64) service installed under Windows 7 in my program JAVA (executed in the same machine).[详细]
2023-04-09 12:28 分类:问答PHP5-ldap and LDAPS under Apache2 (not working) vs CLI (working)
I\'m trying to connect to an LDAPS server using A开发者_开发问答pache2, PHP5.3, with the php5-ldap package.[详细]
2023-04-09 03:27 分类:问答