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.
0
votes
1answer
21 views
When does apache2 execute a .wsgi script when using daemon process groups?
Given a simple apache2 conf as below, when will django.wsgi execute? It seems like it executes only the first time a query arrives and never again. I was expecting it to execute on apache startup ...
-1
votes
1answer
29 views
Apache Webserver, connect from everywhere? [closed]
I have an Apache 2.4.4 Webserver on my laptops virtual machine. It's running on Ubuntu.
If I give the IP adress of my server in the adress bar of my browser, i came to /var/www/index.html. How it ...
0
votes
1answer
37 views
Getting Error when trying to setup mod_python [closed]
After installing mod_python and changing the /etc/apache2/sites-available/default file.I am getting following error when I try to run
tail -f /var/log/apache2/error.log
ai-System-Product-Name ...
0
votes
1answer
15 views
mod_rewrite backwards for old dynamic urls
I have mod-rewrite working ok on an apache 2.2, but the problem is that it doesn't work "backwards".
I have these rules that makes SEO friendly urls work:
RewriteRule ^sjg/([^/]+)/([0-9]+)/?$ ...
-1
votes
1answer
18 views
Update/Replace SSL certificates in Apache - how to configure [closed]
I am trying to replace some certificates in our Apache 2.x server that are about to expire. I have the new certificate files that should replace the existing ones, so I tried FTPing these and ...
-1
votes
0answers
78 views
Intranet and web server on one apache host, error: client denied by server configuration: /var/www/ [closed]
I have set up an apache configuration to host a Public folder to the web, and an Intranet folder to the local network only. Everything is working as I need it to, except that every time a page is ...
0
votes
0answers
20 views
URL rewrite stopped working with https URL
I am developing a PHP based website. I made it live with HTTP URL and URL rewriting.
let suppose my domain is www.abc.com
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond ...
0
votes
0answers
12 views
How to add custom header and i should access only through https in apache 2.0
I have configured http and https with different port number in apache2.0 and now i need to add custom header called headerssl and this header must say "hi it took D=345 microsecond to serve you." It ...
0
votes
1answer
21 views
Apache2: userdir module
Recently, I installed Apache2 on mu Ubuntu machine (http://www.xxx.com) and I enabled userdir module. I wanted to know what userdir module actually does behind the scene. As I can access ...
0
votes
1answer
24 views
Apache2 and ServerRoot directive in Ubuntu
I am a noob and I just installed Apache2 on Ubuntu 12.04 machine. When I read /etc/apache2/apache2-conf, I see that the ServerRoot directive is commented out. I did not understand this. Why one would ...
0
votes
1answer
81 views
500 Internal Server Error - Error logs do not show anything significant
First of all, thank you for your time in reading this :)
I am managing a server which runs apache2 and mod_fcgi which host a few sites via Virtual Hosts. Some sites are straight PHP, the others are ...
0
votes
0answers
61 views
Apache reverse proxy with Tomcat and Session id issue
I am having a issue with cookie path redirection in an environment with Apache as the reverse proxy and tomcat.
I am able to login to the application and use it just fine when i access it on 8080. ...
0
votes
0answers
10 views
Apache2 subdomain configs not redirecting properly
I'm quite new to the web server stuff. I'd like to set up several sub domains using apache2, however all of the sub directories I'm defining redirect to the exact same directory, while those which I ...
0
votes
1answer
18 views
Is there a new way of setting MONO_IOMAP with Apache2
This is almost a wiki post, but the MonoSetEnv MONO_IOMAP=all options does not work for me in Apache2 w/ Ubuntu as specified in what I understand is the official doc.
<VirtualHost *:80>
...
0
votes
1answer
22 views
Apache access the server_rec for a module
I want to get at the value in server_rec.module_config. Does request_rec have any sort of reference to the server_rec? I am not seeing one in the httpd.h file but I could be missing it.
Basically I ...
0
votes
0answers
29 views
Django slowdown - thousands of unused datababase calls
I have a weird issue with a database consisting of about 27,000 items in the main table, and ~400,000 items in a many-to-many linking those items. The database is a Postgresql, running from Psycopg2, ...
1
vote
1answer
26 views
Apache C module how to send response to client
I have written an Apache module that handles receiving a file from a client. I now want to send a response back to the client. I want the response to contain a string representing the file path to the ...
0
votes
0answers
15 views
Running php with FastCGI under a single virtual host, and mod_php for all others?
I have some php scripts that need to run as another user than the apache user. In order to this, the scripts need to be run using FastCGI
My plan is to use FastCGI in only a single virtual host. Is ...
0
votes
0answers
24 views
Neo4j returning results for a request made by another process
I am running a ruby app (an API) with apache2 using passenger.
In one of the requests, the main process returns a basic result after digging (only reading) in neo4j, but subsequently creates a forked ...
0
votes
2answers
30 views
Howto find out the version of mod_perl?
In order to debug my perl code i need to find out the mod_perl version.
How can i find out the version of mod_perl?
0
votes
1answer
37 views
Custom 404 error redirect not working for https requests in htaccess file
I have a simple 404 redirect in a .htaccess file which works fine for Http requests:-
ErrorDocument 404 /apps/handle_error.php
The handle_error.php returns an appropriate PNG image depending on the ...
0
votes
0answers
24 views
How can I serve a portion of a .webm video from apache?
I am trying to come up with a good way to serve specific time segments of video via HTML5. Initially I would just seek to the specific time, play, and then pause once the end time was reached, but now ...
0
votes
1answer
45 views
Change php error reporting to hide warnings for specific site only [closed]
Imagine a couple of sites-enabled available from /etc/apache2/sites-available. (Only Debian-based distros work like this.)
Is it possible to mute warning messages from php scripts from a specific ...
0
votes
1answer
15 views
Redirect all sub domain to another domain apache
I want to redirect all sub domains of my webserver sites that start with mail to a https://anotherSub.domain.com
How can i do it?
Put this at the top of the yours default apache config file
...
1
vote
1answer
59 views
mod_wsgi loading python script from wrong Pyramid app directory
I have two apps with nearly identical code base (same functionality, just different branding) that I am trying to do virtual hosting with using mod_wsgi and apache.
the virtual host settings for both ...
0
votes
1answer
40 views
PHP - Script running before file upload
Something crazy is happing with my PHP scripts. So when I upload a file in the form, I look at the apache log and there are php references while my browser is still uploading the file. And I am ...
-1
votes
0answers
12 views
Point Domain Name to Specific Server [closed]
Surely my problem is semi-common for anyone who runs their own web server. On my local network I have multiple machines: my dev box and a web server. Each has their own local static ip's but I only ...
0
votes
0answers
54 views
phpmyadmin.conf and apache.conf missing
When trying to start apache with
sudo /etc/init.d/apache2 restart
I get the error
apache2: Syntax error on line 260 of /etc/apache2/apache2.conf: Could not open
configuration file ...
0
votes
0answers
29 views
Getting a 403 error in Apache when trying to configure a alias to cgi-bin
As in title, I'm trying to configure a ScriptAlias to cgi-bin on Apache2 on OS X. Whenever I try to access it, however, I end up with a 403 Forbidden error.
I think the relevant lines from ...
0
votes
1answer
30 views
Smoothly converting a static website to Django
I currently have a simple apache /var/www setup. I have a bunch of static HTML files in a directory (let's call it /var/www/mydir), which show up on http://mysite.com/mydir/filename.htm.
Now, I want ...
-1
votes
0answers
40 views
Sites folder permission denied [closed]
I have just set up php54 from Jose Gonzales brew.
Apache shows "It works" in localhost but i am denied access to localhost/~username/Sites
I have httpd.conf set with:
Options Indexes ...
-2
votes
3answers
44 views
Shut off php strict reporting in production
I am getting these errors from php:
Strict Standards: Redefining already defined constructor for class WP_Widget in /home/kyle/WordPressDev/wp-includes/widgets.php on line 93
Strict Standards: ...
0
votes
1answer
43 views
Apache module, determine name of config file passed into function
No, I am NOT asking where to find httpd.conf
I have been given code for a module that I need to tinker with and since I can't find any good documentation on the subject I am asking you.
const ...
0
votes
3answers
33 views
PHP will not report errors
I feel this is weird but I cannot seem to get php to report errors.
I am making a class to check and format some results outside of a CMS to allow greater filter ability without having to create a ...
0
votes
0answers
23 views
Browser downloads files when accessing an apache webserver remotely using the external ip-address
I am running Apache 2.0 sever on a windows 8 laptop. This works just fine when i input http://localhost on the browser i.e it displays the webpage located in a particular folder. Now when i input my ...
0
votes
0answers
37 views
Apache as a reverse proxy server to multiple serves which need sessions
I have two servers (X and Y) running the same application in the same machine (they could be in different machines).
I have a an apache server in localhost (different than those machines running X ...
0
votes
0answers
24 views
Desperate with Apache2 and cgi (Ubuntu 12.04). Help :(
m having an issue installing apache2 in Ubuntu 12.04. Im trying to set the cgi-bin folder in the path /home/www/cgi-bin. Ive followed and search all over the internet but I still dont get it...
...
0
votes
0answers
62 views
Apache Shared-hosting: How to check if Keep-Alive is enabled and its Time-out value
I'm using a shared-hosting with PHP 5.3.13, Apache 2.0 and CGI API.
How do I check if the server has Keep-Alive enabled and the current keep-alive time-out value?
I know that it is not possible to ...
0
votes
0answers
90 views
script 'engine7.php' not found or unable to stat
Some application on my Centos Server can't running well.
I've error on /var/log/httpd/error.log and then i got error message like bellow :
script 'engine7.php' not found or unable to stat, referer: ...
0
votes
0answers
35 views
Apache errors on RoR app installation to a remote server
I have ruby 1.9.3, passenger, apache2 installed on the remote server. The server is giving me forbidden response. When I start apache server, I get the below errors
apache2: Syntax error on line 210 ...
0
votes
3answers
54 views
Error 404 in www folder
I've this problem in my Apache installation in localhost (Ubuntu 13.04)
Tips:
Clean installation and httpd.conf file is empty (blank)
This command line open a file:
sudo gedit ...
0
votes
1answer
23 views
Problems with php shell_exec permissions
I'm running as www-data and I'm trying to execute a shell script using shell_exec(/foobar/script/myscript.sh), but I'm getting the following error when the script attempts to write to a log file
...
0
votes
0answers
8 views
Persistence & Performance of libapache2-mod-log-sql
I have been working on a requirement for our apache2 logs to be recorded to a mysql database, instead of the text log file norm.
I had no difficulty in accomplishing the setup and config, and it ...
0
votes
3answers
56 views
PHP CronJob doesn't work
I'm trying to set up a cronjob which sends me an email when it runs.
when I execute the file using a ssh command via PuTTY, it works, it also works when I set it up as an URL, but doesn't work when ...
0
votes
1answer
72 views
Apache2 multiple name-based virtual hosts on one machine with rails/rack
Am stuck on configuring apache to serve up two different sites with Name based virtual hosts at:
http://experimental/
and
http://api.experimental/
On one machine this setup works fine, and ...
0
votes
1answer
34 views
Use bottlepy and php in the same computer
I use ubuntu 12.04 with apache2 and mod_wsgi installed. I want to use bottlepy and php in my local computer.
I know such an issue is already asked by someone else as in Apache mod_wsgi and php in the ...
0
votes
0answers
26 views
request from apache to tomcat instance in eclipse failing
Unable to redirect from apache to instance of tomcat running in Eclipse indigo so I can debug JAVA code behind. Apache serves the client code and Eclipse is running the code behind.
Apache httpd.conf
...
1
vote
2answers
197 views
Does an apache restart reliably clear pagespeed cache?
I'm currently developing a website that's getting fairly frequent javascript updates and have just started using mod_pagespeed in an effort to ensure that customers will always have the latest code.
...
1
vote
1answer
85 views
EasyPHP unexpected end of apache
I am using EasyPHP 5.4.6 on a Vista laptop. It worked fine, but since I restarted, there was a window update, apache doesn't work and says: "Unexpected end of Apache!"
I know usually this means that ...
1
vote
1answer
43 views
allow acces to files only via cgi
I ve got a working django.cgi file which allows serving content.
From many tutorials i got the following snippet for my .htaccess file:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ...



