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
33 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 ...
25
votes
6answers
26k views
Correct owner/group/permissions for Apache 2 site files/folders under Mac OS X (10.6)?
It's hard to find Mac-specific answers to this question on the web, so I'm hoping someone out there can put this one to rest for me? My permissions are screwed up on my sites and I'm not sure how to ...
2
votes
1answer
637 views
Header Expires not working
In httpd.conf the last lines are:
ExpiresActive On
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
ExpiresDefault "access plus 3 days"
</FilesMatch>
When I run YSlow it ...
0
votes
1answer
16 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 ...
2
votes
2answers
118 views
Apache: just rewrite if external ressource exists
I use Apache as a reverse proxy. There is no web content on the dedicated server itself. If a client requests a resource on the local Apache server, Apache should determine on which remote (proxied) ...
0
votes
0answers
61 views
apache2-mpm-itk seems not working for me
OS: Ubuntu 11.10
<IfModule mpm_itk_module>
AssignUserId www-qi www-qi
</IfModule>
Why the User/Group is still www-data in phpinfo() output? Please see the screenshot attached.
The ...
-1
votes
0answers
7 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
16 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
1answer
20 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
14 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
23 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 ...
0
votes
1answer
32 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 ...
-1
votes
0answers
11 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 ...
1
vote
2answers
6k views
apache syslog-ng error logs and access logs
I am trying to send all my apache logs to syslog-ng(on remote machine) which in turn writes to a file.
so I configure syslog-ng this way
source s_apache {
...
-1
votes
3answers
33 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
3answers
29 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
6 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
10 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
10 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
23 views
mod security error form local host
I installed modsecurity then i got this errors at apache log
do you have any idea about it specially the one from localhost ?
[Fri May 03 13:38:27 2013] [error] [client X.X.X.X] ModSecurity: ...
0
votes
3answers
41 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 ...
12
votes
5answers
4k views
Make .git directory web inaccessible
I have a website that I use github (closed source) to track changes and update site. The only problem is, it appears the .git directory is accessible via the web. How can I stop this and still be able ...
0
votes
0answers
16 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
1answer
520 views
Segmentation fault in Apache2 Module
I'm currently reading the book "The Apache Modules Book" to learn writing Apache2 modules.
I tried some examples from the book and in one case I get a segmentation fault, even if I completely ...
0
votes
0answers
20 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
10 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 ...
-1
votes
1answer
35 views
mod_jk not working with apache2.4 and tomcat7
linux
tomcat 7
apache 2.4
We already have tomcat6 and apache2.2 working on this server. I am attempting to get the newer versions running for out next project. Apache2.4 is working and listening on ...
0
votes
1answer
15 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
3 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
2answers
100 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.
...
0
votes
0answers
20 views
Flask app works on localhost but produces 404 in production
I've got a simple site which is being served by Flask. My routes work on localhost, however, when deployed to the production server (apache2 on Webfaction), the index renders fine with all static ...
0
votes
3answers
38 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 ...
1
vote
1answer
94 views
How to run c++ module in apache?
i have wrote the c++ module in apache. The following is the code ::
mod_foo.hpp
#ifndef MOD_FOO_HPP
#define MOD_FOO_HPP
#ifdef __cplusplus
#define EXTERN_C_BLOCK_BEGIN extern "C" {
#define ...
0
votes
1answer
22 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 ...
1
vote
1answer
42 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 ^(.*)$ ...
1
vote
1answer
1k views
Apache2 DirectoryIndex Issue
I am a little stuck and am sure that this is a trivial problem, but just can't seem to find the right solution.
I have a local development server running apache2 w/mod_ssl & mod_rewrite.
I ...
0
votes
0answers
64 views
Apache2 “sleeps” for couple of seconds on Windows
I run an Apache2 server on my Windows XP Pro SP3 machine. The problem I am having is that it does not want to start loading the php page for several seconds. I've monitored the Task Manager and the ...
-2
votes
0answers
14 views
What does “Suhosin-Patch configured — resuming normal operations” mean? [closed]
I just took a look at the apache2 logs on a long running server, I can see:
[Sun May 12 06:25:29 2013] [notice] Apache/2.2.20 (Ubuntu) PHP/5.3.6-13ubuntu3.9 with Suhosin-Patch configured -- resuming ...
0
votes
2answers
11 views
DocumentRoot is set to docRoot of a virtualHost?
OS: centOS 6.3 Final
I've installed the mysql and apache2(httpd) packages and changed the config in /etc/httpd/conf/httpd.conf as seen below:
<VirtualHost *:80>
DocumentRoot ...
0
votes
0answers
10 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
...
0
votes
1answer
15 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 ...
4
votes
2answers
102 views
HTTP-SOVIET and HTTP-PACK?
I found a couple vBulletin sites I administer getting hacked recently. They use the latest version of the 3.8 series (3.8.7 Patch Level 2). I am usually pretty good at finding the holes where they get ...
0
votes
1answer
10 views
serving static files with .htaccess
I am trying to redirect all requests to my site to my cgi script (django.cgi)
What should happen:
Calling www.mysite.de/bla/anything.html shall be redirected to the django.cgi
Calling ...
0
votes
0answers
58 views
Access Denied After Login: Fresh Drupal 6.28 Installation on Mountain Lion Server
Fresh install of Drupal 6.28 on Mountain Lion Server. Everything works fine until I attempt to log in. After I log in as admin I am navigated to user/1 (makes sense) but with an "Access Denied" error. ...
-1
votes
0answers
27 views
Stomp “Unable to connect”
I am new to Stomp, so this question might be easy for you.
I am trying to connect Stomp to the server so that I can access events on another table. But while connecting to the server, it throws the ...
0
votes
0answers
18 views
403 while accessing webpage using apache
I set up apache and changed my home directory to my
desktop/project.
I created a webpage and when I try to open it with http:// localhost/app/index.html, and the website works properly without any ...
0
votes
0answers
12 views
Segmentation fault at libpthread.so.0 [migrated]
My Apache shows segmentation fault.
I’ve tried gdb for analyzing core dump.
Following list is last some lines.
Loaded symbols for /usr/lib64/libgcrypt.so.11
Reading symbols from ...
0
votes
1answer
42 views
Nginx redirect all POST traffic to another server
I am in the middle of setting up a 3 node web server cluster running Nginx , Apache 2 and MySQL.
The question is this. In my rewrite rules on web server 2 - 3 I want to direct all POST traffic to ...
0
votes
1answer
17 views
balancing httpd and saving project files
I have this project I'm working on for already 3years+. It's big. And I'm thinking of future updates / scenarios as I am finishing it up, as well as work on my final touchs.
I recently looked over ...
0
votes
2answers
58 views
Installing Passenger for Redmine
I am new to ruby/rails.
I am trying to install Redmine but I am unable to get the application to start.
My installation consists of centos 6, apache, mysql, passenger.
RubyGems Environment:
- ...




