Hypertext Transfer Protocol Daemon
12
votes
5answers
647 views
PHP - curl_exec hangs
I am having a strange problem with the below php function. Unfortunately this is one of those special "Production only" case.
function requestPost($url, $data)
{
set_time_limit(60);
...
8
votes
2answers
4k views
Apache HTTPD reload
Does anyone know if while Apache HTTPD is doing a reload (which, let's say, takes five seconds) can it still serve requests during that time?
6
votes
7answers
260 views
Separate file server for a php website
I have two servers for a website. One server will have php code and database and another less speed server to store files only. I need to implement these in a way that file uploaded through the ...
6
votes
3answers
437 views
Serve static content in a web server and dynamic content in tomcat is still a good performance practice?
In old versions of tomcat (like 3.2) you can find the recomendation to serve static content in a apache web server and leave the dynamic content to the tomcat itself.
At the new versions of the tomcat ...
5
votes
2answers
130 views
How to count CPU Usage of multiprocess application in Linux
I try to make a program with C/C++, to behave like top command in Linux.
I've done some research and already known how to count CPU Usage of a process. We can get the CPU Usage by calculating stime + ...
5
votes
3answers
223 views
Running commands though PHP/Perl scripts as a priviledged user on Linux
Background: I am writing a script for a company that will allow users to create FTP accounts through a web interface. In the background, the script must run a bunch of commands:
Add the user to the ...
5
votes
3answers
1k views
Searching for memory leaks in Apache httpd and modules
What is the best way for finding memory leaks in Apache httpd and httpd modules?
Are there any howtos?
I'v tried valgrind a little, but few obstacles appeared:
Valgrind expects for binary to exit ...
5
votes
1answer
668 views
Tomcat CometProcessor NIO served via Apache httpd?
I have a CometProcessor Servlet working fine in Apache Tomcat.
My server.xml connector entry is:
<Connector connectionTimeout="20000" port="8080" ...
5
votes
1answer
2k views
Setting up Wildcard subdomain (with reverse proxy) on apache 2.2.3
Hey All,
What I am trying to achieve is the following:
I want to have numerous subdomains such as abc.domain.com redirect to a url such as www.domain.com/something?subdomain=abc
Since I am ...
4
votes
6answers
69 views
Stop printing php error messages to browser
I'm using PHP 5.3, CentOS 6.2, httpd 2.2.15, NetBeans 7.0.1 (running remotely via ftp).
I want to stop printing error messages to the browser, it's enough that it prints to the error_log of httpd.
...
4
votes
1answer
34 views
I want to make a separate domain for images
I want to set up a domain called img.mydomain.com. It will be a virtual domain that just like my actual domain except for one difference: it will only serve files that end in .jpg .jpeg .gif .png etc. ...
4
votes
2answers
205 views
Handling log and configuration files when load balancing apache
So, I am currently rebuilding my web platform from a single-machine to a cluster of machines, and I will be using Apache load balancing to do this., but I have two questions that I need a good answer ...
4
votes
4answers
248 views
high performance application webserver in C/C++
Is there any high performance (ideally evented and open source) web server in C or C++?
I'd like to be able to use it in that it calls a method/function in my application with a filled out HTTP ...
4
votes
2answers
146 views
Java library for reading Apache httpd configuration files (same as Perl's Config::General)
Is there a Java library that reads configuration files like those pseudo-XML used by Apache Http?
Example:
some_variable true
<myconf>
order Cache1
order Cache2
<Cache>
...
4
votes
3answers
304 views
Who Knows AppWeb HTTP Server And Its Embedded PHP?
on my search for a fast but comfortable web server I dropped into the homepage of EmbedThis(TM) AppWeb(TM) HTTP server. This one has 2 licencse models, GPLv2 and a commercial one with support.
On the ...
4
votes
3answers
8k views
Best way to log POST data in Apache?
Imagine you have a site API that accepts data in the form of GET requests with parameters, or as POST requests (say, with standard url-encoded, &-separated POST data). If you want to log and ...
4
votes
8answers
3k views
Set up Apache for local development/testing?
I've been impressed by the screencasts for Rails that demonstrate the built-in web server, and database to allow development and testing to occur on the local machine. How can I get an instance of ...
3
votes
1answer
18 views
Different paths Apache
If apache is installed in different locations of the same server, will the running of one apche have an impact on another apache which is not running?
3
votes
1answer
75 views
How to allow only one file in Apache
I have a bootstrap file which is index.php and I only allow this page to be called by people not other ones.
I've come up with the code below and I received an Internal 500 error. I like to show the ...
3
votes
1answer
352 views
Android Http server and broken pipes
I'm trying to develop an Android UPnP application that has an embedded http server in it, so it can serve media files from the device over lan.
The first implementacion of the web server that I used ...
3
votes
1answer
95 views
Proper way to set permissions with django and apache2?
I'm using django with wsgi on apache2
I was trying to acess a css file in my site/static/css folder and since the permission was 644, the css file could not be accessed by apache2.
So I chmod 645 on ...
3
votes
1answer
494 views
Configuring MAMP for SSL
Ok fellow coders, I am trying to configure MAMP with SSL on my mac for development purposes. I have read and tried the following instructions:
...
3
votes
2answers
493 views
Lightweight HTTP application/server for static content
I am in need of a scalable and performant HTTP application/server that will be used for static file serving/uploading. So I only need support for GET and PUT operations.
However, there are a few ...
3
votes
3answers
2k views
Running PHP without extension without using mod_rewrite?
Using Apache 2.2 and PHP 5, what's the best way to run PHP without the .php extension. For example, I have a script called app.php and I like to invoke it as
http://example.com/app
Please notice ...
3
votes
4answers
1k views
How to set up virtual hosts on Apache 2.2
Can anyone direct me to a good tutorial on how to set up virtual hosts using Apache 2.2? Here's my situation:
I have Apache running on my laptop and I want two websites-- one on port 80 and one on ...
3
votes
3answers
3k views
Apache 2.2 ignoring VirtualDocumentRoot VirtualHosts?
I have several domains that I would like to have wildcard subdomains enabled for through mod_vhost_alias
Included in my httpd.conf I have the following generalized rules:
<VirtualHost [ip ...
2
votes
0answers
183 views
Google API oauth httpd server conflicts with SABNzbd+ in Python
I'm writing a Python app that interacts with a Google API and requires user authentication via oauth2.
I'm currently setting up a local authentication server to receive an oauth2 authentication code ...
2
votes
1answer
161 views
Forward connection from Apache on 80 to Tomcat 6 on 8080 with mod_proxy [closed]
I've a domain www.example.com, now I'm trying to forward the browser connection to http://myserveripaddress:8080/MyAppName, in order to let the user surf MyApp when they type www.example.com on their ...
2
votes
3answers
132 views
What is httpd <defunct>? [closed]
32537 apache 16 0 87424 15m 7324 S 2.3 0.3 0:00.52 httpd
3302 mysql 15 0 156m 41m 4756 S 1.3 0.7 10:50.91 mysqld
489 apache 16 0 87016 14m 6692 ...
2
votes
0answers
72 views
Adding 301 redirect to a working RewriteRule
I am struggling with what is probably a very easy fix.
RewriteEngine On
RewriteRule ^sotw/list/([^/]*)/([^/]*)$ /wp-content/plugins/wp-photocontest/view.php?post_id=$1&order=$2 [L]
NOTE: This ...
2
votes
0answers
129 views
mod_rewrite seemingly broken with latest httpd upgrade
At our office, our security team has been running yum updates on our rhel5 servers. One of the affected packages is the httpd package. Before the update, we were successfully able to utilize ...
2
votes
1answer
1k views
sticky session with apache web server and tomcat servers
I am using apache web server as a load balancer for two tomcat instances behind apache. When the first request goes to node A and second request from the same client goes to node B, i cant access ...
2
votes
3answers
149 views
Any documentation about how Apache handles file uploads?
I've spent hours googling, as well as searching the Apache site, and I can't find any documentation about how Apache handles file uploads — particularly large ones. I've read anecdotal reports that ...
2
votes
2answers
258 views
Why do my php error_log() statements get sent to the apache error.log?
What I've tried:
php.ini
log_errors = On
error_log = /etc/httpd/logs/php_error.log
httpd.conf
php_value error_log /etc/httpd/logs/php_error.log
I've tried these in different combinations, ...
2
votes
1answer
196 views
Returning 100-Continue from PHP/Apache
I'm trying to find a way to prevent a script uploading unnecessary data to a PHP script. I had originally tried to kill the incoming read connection which is obviously against the HTTP protocol and I ...
2
votes
2answers
706 views
How can I set up multiple virtual hosts in httpd.conf and have each use a different .htaccess file?
I have many virtual hosts setup in my httpd.conf all set up like this:
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot "c:/wamp/wwwWP/"
...
2
votes
2answers
237 views
Interrupted server-side perl CGI script when client-side browser closes
I've been trying to solve a little problem for quite a while now but it seems I'm not able to.
I wrote an HTML page which calls a perl CGI script upon submitting a form. This CGI executes a certain ...
2
votes
1answer
205 views
Very slow TRUNCATE accompanied with “Server seems busy” on httpd log
I have this very simple table with only 35 rows on 5 simple columns (primary key on id auto increment, title (varchar), a bool, and 2 datetime).
As we work in team, we import data from Google Docs, ...
2
votes
1answer
357 views
apache & php 500 error nightmares
I was trying to add curl support to php on a VPS, and after logging in and trying to perform a php upgrade, my site gives me a 500 error every time I try to access it.
So, I tried refreshing apache ...
2
votes
2answers
886 views
Apache httpd error and crash
I have a WAMP 2.0 server installed on Win XP .
Apache version : 2.2.11
PHP Version : 5.3
MySQL : 5.1.36
I have about 11 tables in the mysql . Each run of my web application (HTML/Jquery/PHP/MySQL) ...
2
votes
2answers
1k views
Apache authentication: Redirect on failure, reliably?
I've set my ErrorDocument 401 to point to my website's account creation page, but not all browsers seem to honor this redirect (Safari).
Also, other browsers (Firefox, Chrome) never quit asking for ...
2
votes
6answers
13k views
Run a php app using tomcat?
Is it possible to run a php app using tomcat? Before you tell me to just use httpd, I already have a java application running on my webserver at host/myapp. Now I want to install RoundCube at ...
2
votes
1answer
657 views
Simplest way to back Tomcat with an Apache HTTP instance
I have a single Tomcat 6 instance that frequently needs to be rebooted because of PermGen issues after multiple WAR deployments.
In a Production environment it's clearly bad practice to take down the ...
2
votes
2answers
877 views
How to use client certificates in Apache httpd to connect to an LDAP for authorization?
I have a site that is using x509 client certificates (2 way SSL) to authenticate users and an LDAP directory that contains authorization information. I would like to use one of the certificate ...
2
votes
4answers
918 views
Top & httpd - demystifying what is actually running
I often use the "top" command to see what is taking up resources. Mostly it comes up with a long list of Apache httpd processes, which is not very useful. Is there any way to see a similar list, but ...
1
vote
1answer
27 views
Can I separate ALL HTTP headers with a comma? Even Authorization?
I am reading through the HTTP 1.1 RFCs and I am not able to answer the following question.
We have this header:
Authorization: Basic Qmxvb21iZXJnOnRjbG1lU1JT, Basic
which is causing troubles ...
1
vote
3answers
30 views
Python httpd will listen on used ports without throwing a socket error in windows but not OS X?
This is really a follow-up to my post about a Python oauth2 BaseHTTPServer conflicting with SABNzbd+.
Basically, I have the following little script (which is used to create a local server listening ...
1
vote
1answer
143 views
SSL received a record that exceeded the maximum permissible length (FF/Django/StartSSL/Windows)
Question moved to Serverfault ( http://serverfault.com/questions/346125/ssl-error-rx-record-too-long-ff-django-startssl-windows )
Feel free to delete this on if that's more appropriate (I don't know ...
1
vote
0answers
22 views
httpd does not show application images [closed]
I am running httpd (v2.2) as a round robin load balancer for JBoss 6 server. The application runs fine, however, images do not load at the first access. When I right click to 'View Image', the image ...
1
vote
1answer
49 views
Virtual Host configuration, Apache httpd running on non 80 port
I am trying to configure a virtual host on my Windows machine using Apache and HOSTS file combination.
For example, I want www.example.com to be served from my server at localhost. However, port 80 ...