Tagged Questions

0
votes
0answers
27 views

fastest web server for static, dynamic content? [closed]

I'm looking for the fastest http server available for: serving static content -- huge set of large images. Minimal features need, just as fast as possible. dispatching dynamic c …
0
votes
0answers
5 views

open_basedir in reverse… kind of…

We have several vhosts that all include files from another vhost so in the httpd.conf we have added php_admin_value open_basedir "..........:/home/commonfi" I was wondering whe …
0
votes
1answer
13 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" protocol="org.apache.coyote.ht …
0
votes
1answer
33 views

http server validation

Hello, I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML co …
0
votes
1answer
21 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) nev …
0
votes
1answer
26 views

Apache problem on Mac

I couldn't visit 127.0.0.1 on my mac . I turned on the "web share" already. and there is no "httpd" process in Activity Monitor
0
votes
2answers
24 views

Tool to check up ssl setup on apache server

My Apache server works fine without -DSSL, but does not start with SSL. This happened after I re-install the certificate because of expiration. (it used to work before) I would …
0
votes
0answers
18 views

Problem while installing httpd-2.2.4 [closed]

Hello, I am trying to in stall httpd-2.2.4 on the linux VM. Steps I followed are as follows: 1. Downloaded file: httpd-2.2.4.tar.bz2 2. tar –xvf httpd-2.2.4.tar.bz2 3. cd httpd …
0
votes
1answer
65 views

is this a hacking attempt ? [closed]

so today i was surprised to find this in my error.log. the domain is registered a few weeks back, and its private. no one but knows me. i put an authtype login. [Sun Oct 25 17:37: …
0
votes
2answers
81 views

[SOLVED] Apache2 + RewriteMap + Python — when returning ‘NULL’, apache hangs

[SOLVED: See solution below.] I'm having a problem writing a RewriteMap program (using Python). I have a RewriteMap directive pointing to a Python script which determines if the …
0
votes
1answer
56 views

Reading the .htaccess DirectoryIndex and Rewrites with PHP

Is there an inbuilt way to read the active DirectoryIndex in .htaccess (or httpd.conf etc) with php? Also, is there a way to determine which file the httpd will execute using PHP …
0
votes
1answer
39 views

How to move existing apache configuration to another machine

Hi, I have an apache(httpd) up and running on one machine. Now i want to move configuration details to another machine. The other machine should have the appropriate changes like …
0
votes
1answer
154 views

Tomcat behind Apache: Using SSL with j_security_check

Hi guys, I have a little problem with using SSL on a Tomcat that is behind Apache. I have used Google all morning to try to find a good solution, but nothing so far. As a part of …
1
vote
1answer
117 views

Apache 2.2 localhost VirtualHosts problems

Hi all, I am trying to setup my dev machine with virtual hosts so I can access my development projects with a simple url, like http:// project.dev/ rather that a whole http:// 127. …
1
vote
2answers
61 views

HTTP Request Log - unique visitors without ip

How can i log Requests to get unique visitors of my webpage but without saving his ip? Hashing?

1 2 3 next
15 30 50 per page