Apache (HTTP Server) /əˈpætʃiː/ is a modular cross-platform web server software with a large variety of features(called modules) including SSL, compression, log, proxy and server-side programming language interfaces like Perl, Python, Tcl, and PHP.
2
votes
2answers
249 views
htaccess preventing sqlite database being downloaded
I have a VPS, running apache2 on Debian 6.
Created a file called .htaccess on the web root, which included:
<Files ~ "\.db$">
Order allow,deny
Deny from all
</Files>
...
2
votes
1answer
102 views
How to set htaccess working on opensuse for codeigniter project
I'm trying to have htaccess work on codeigniter project but the module is not working and I don't know how to enable rewrite module. To have read the htaccess. The OS is Opensuse 12.2.
I have this ...
2
votes
1answer
576 views
How to properly deny Railo directory access through Apache
I've been battle tested on this and failed to achieve my goal which is to deny all access to all directories except the Public directory and only allow access to all all other directories with ...
1
vote
1answer
51 views
How to configure apache2 to just save certain POST requests without even passing them to application?
I'm running Apache in front of glassfish server using BalancerMember.
For performance reasons I would like that POST requests on certain endpoint are just saved to a file without passing them to ...
1
vote
1answer
138 views
Enabling SSL on Apache2 causes address already in use error
My server works just fine on a normal Apache2 install. Now, I'm trying to install subversion on this server using a guide I found on the net called: Installation of Subversion on Ubuntu, with Apache, ...
1
vote
1answer
187 views
Using mod_speling with multi-level htaccess and rewriterules
We recently switched formats for managing our 301s. For the most part, everything went well, but it seems to have stopped mod_speling from working properly. Here's what we changed:
old ...
1
vote
1answer
333 views
Apache virtual hosts - Resources on website not loaded when accessed from other hostname than localhost
Running virtual hosts on Mac OS X 10.6.8 running Apache 2.2.22.
/etc/hosts is as follows:
127.0.0.1 localhost 3dweergave studio-12.fritz.box
255.255.255.255 broadcasthost
::1 ...
0
votes
1answer
27 views
Can I redirect the http request towards an old folder to the homepage using .htaccess file?
I have to following situation: I had an old blog that was made using Joomla (this blog was indexed well enough by search engines). For some problems I delete it and I have create it again using ...
2
votes
0answers
245 views
Problem with missing JSON functions on PHP 5.2.6 / Plesk 8.4
I have a vserver running openSuse 10.3, Apache 2 and Plesk 8.4. I can update/upgrade neither, as it is apparently not recommended to upgrade openSuse 10.3 (and an update to the EOL 10.4 does not seem ...
1
vote
0answers
36 views
how to set secure flag on cookies generated from a python application
I have an application (written in python) placed behind apache and ssl. I am not seeing a secure flag on my cookie.
apache
Server version: Apache/2.2.15 (Unix)
I have added a configuration line to my ...
1
vote
0answers
40 views
Best practices for serving multiple sites with Apache2
I have a server with a number of virtual hosts. Over the last couple of years I have continually been improving on most parts of serving these sites, everything from how and where to do logging, how ...
1
vote
0answers
79 views
Apache, Rewrite Rule and Directories
my sites-available/ file looks something like the following:
<VirtualHost *:80>
ServerAdmin webmaster@mysite
ServerName mysite.co.uk
ServerAlias www.mysite.co.uk
DocumentRoot ...
1
vote
0answers
216 views
404 error on a file/directory that exists?
We are using the vBulletin system.
I have set it up so that it redirects 404 error's to a php page, so it follows the theme of the forum.
However, if I go to a directory that exists (the admin ...
1
vote
0answers
260 views
File access forbidden in htpasswd
I have been using the htpasswd generated in this question and it seemed to have been working well until recently.
Since yesterday, I am not able to access the newest file created in the folder ...
1
vote
0answers
142 views
Video from internal network served to an externally visible web page
I am being asked if it's possible to take video from an internal IP camera and serve it to our external website like a live-feed camera.
My initial thought is that it would have to be done through ...
0
votes
0answers
17 views
mod_jk status page “Client Errors”
I have been examining the information displayed in the mod_jk status page for a server instance and there is a column for each worker titled "CE" which the key states is a count of "Client Errors". I ...
0
votes
0answers
10 views
Apache System privilege issues on windows server
I am trying to open an excel application and open a excel file locally on the windows server, using perl module win32::OLE on my web page, running on Apache.
I understand when apache serves the ...
0
votes
0answers
98 views
Apache DVB http video Streaming bandwidth or priority problem
I'm streaming few precompressed DVB videos from cloud. The streams are generated from VLC on "impossible" ports (such as 64085, 64086 etc) reverse proxed by Apache on port 80 and 8080.
All the ...
0
votes
0answers
52 views
Logging what was in the content of a page
I'm one of the people working on a Java based website that has the apache httpd in front of it.
The content on the pages is migrating towards personalizing the content and as such just about every ...
0
votes
0answers
296 views
SSL setup with GoDaddy subdomains and EC2 servers
We have two EC2 instances that are used to host various scripts. Our main page 'companyname.com' is hosted with GoDaddy but is unrelated to those EC2 instances. I need to setup SSL connections for the ...

