Description:
Apache web server configuration issues.
|
|
|
Running SQL query
|
| |
Afternoon all... A little off-topic but i cannot find a better home for this... I am running an Apache server on the same box as a MySql server - i'd like to run an sql query and have this shown on a webpage...where the hell do i start?! thx vm richard
|
|
Expects Header
|
| |
Hello, I have a web application running from Apache and have recently done a load test on the server to see how it's performing. Something I noticed is that if you send the server an expects header then it fails with the response code of 417. How can I get Apache to respond correctly to a request with an expects... more »
|
|
ErrorDocument work with .html but not with .php
|
| |
I would have a .htaccess containing the directive: ErrorDocument 401 /backup4u/index.php But that didn't work. And I get no error message in /var/log/apache2/error.log On the other side: ErrorDocument 401 /backup4u/logout.html would work. Is there anything to do for get ErrorDocument get working with php files?... more »
|
|
how to show directories' content
|
| |
in the docs they write you need Options +Indexes [link] and Overwrite none will disable it. so I comment the overwrite section out - but it is not working. You need Options +Indexes in the .htaccess file?
|
|
Log and redirection with Virtualhost
|
| |
Hi, I have a virtualhost which should redirect to another website BUT I would like to be able to log any entries on this link. I also want NOT to display the distante website URL, but still mine !! I wrote this into my config file : <VirtualHost *:80> serverAdmin webmas...@kxxx.com Servername kxxx.com... more »
|
|
apache error/warning messages when stopping service
|
| |
When I stop apache I get the following messages: [Fri Nov 20 19:28:05 2009] [warn] _default_ VirtualHost overlap on port 80, the first has precedence [Fri Nov 20 19:28:05 2009] [warn] NameVirtualHost *:80 has no VirtualHosts [Fri Nov 20 19:28:05 2009] [warn] NameVirtualHost *:80 has no VirtualHosts The service will still start up, but I am trying to get rid of these... more »
|
|
ssl + redirect
|
| |
Hi, i'm trying to use SSL on apache, so i'm playing using client certification, i would ask you if it's possible to have a redirect to an error-disclaimer page if the user has not (import) the certificate on his browser. e.g.: if i try to see [link] and i don't have the certificate i've to redirect to HTTP://[link]... more »
|
|
newbie xsendfile config
|
| |
Hello, After reading the docs I'm still not sure where the .htaccess file goes and if this is where I add the flags: XSendFileAllowAbove on|off XSendFile on|off when I installed the module I got this error: chmod 644 /usr/lib/apache2/modules/mod_x sendfile.so apxs:Error: Activation failed for custom /etc/apache2/httpd.conf... more »
|
|
Newbie Mime Problem
|
| |
Hi Folks: My system is OpenSolaris 2009.06 running on AMD, the server is Apache 2.2.13. Apache was built with Sun's compiler from source last august. $ ./configure --prefix=<Install directory name> $ make $ make install Everything seemed to go fine. Working my way through HTMLDog's tutorials I found that CSS was... more »
|
|
url based ssl configuration
|
| |
Hi I wanted to see if it is possible to do some url based ssl configuration. Like /user1/some/stuff is mapped to a certificate with common name user1 /user2/some/stuff is mapped to a certificate with common name user2 /user3/some/stuff is mapped to a certificate with common name user3
|
|
|