Apache is the widely known term for the Apache HTTP server, a very commonly used web server software maintained by the Apache Software Foundation.

learn more… | top users | synonyms

0
votes
0answers
14 views

Redirect domain to subfolder

I have a domain name mydomain.com, but I want to redirect its traffic to mydomain.com/~myname/ on Apache 2.2. I tried to write redirect rule but it doesn't seem working. It's because when I access to ...
0
votes
0answers
26 views

Redirect ip-address to localhost

I am trying to learn to host website on home pc. For this I have installed apache tomcat. I have also done port forwarding in my modem. I checked it with http://www.canyouseeme.org/. When I am ...
0
votes
0answers
7 views

how to open httpd.config (or any file) in ec2 terminal with PuTTY

How do you open a write to the httpd.config file on an ec2 linux instance using PuTTY? How does one edit the file locally and upload it to the Apache server?
0
votes
0answers
19 views

Ubuntu 12.04 - Cli using correct php version, Apache is not

I'm working on a chef/vagrant build - the stack I'm using was configured to use php 5.3.10 installed from an apt-package. I need php 5.4.16. I initially tried setting the php version in the cookbook ...
0
votes
0answers
10 views

Rewrite rule to redirect all traffic to the new url preserving structure

I have one domain domain1.tld and i would like to redirect all traffic using .htaccess to the matching domain2.tld url, keeping the original structure, so for example if the user types ...
0
votes
0answers
18 views

installed WAMP addons, now wamp won't start

I was running Apache 2.2.21 (x64) and php 5.3.10 (x64) but I need to run the x32 versions so I can get ioncube to run. The support forums on the wamp website I can install any of the addons and it'll ...
0
votes
0answers
11 views

How to redirect to url after mod_security detects attack

I have few php sites running on apache. Becouse we need as high security as possible, we decided to use mod_security. We are able to set url to which mod_security redirects after attack detection, but ...
0
votes
0answers
16 views

Git and (gitweb) and SVN both over HTTPS at same time

I'm trying to run both a Git server over http and I already have SVN running over http as well. I'm runnning centos 6 My git.conf (located in /etc/httpd/conf.d/) file looks like LoadModule ...
0
votes
0answers
8 views

404 when trying to use PHPFarm with Apache2

I followed this tutorial: http://www.metod.si/multiple-php-versions-with-apache-2-fastcgi-phpfarm-on-ubuntu/ All is similar, then I put php file (info.php) to /var/www, but when trying to access ...
0
votes
0answers
26 views

Why server alias is not working on xampp?

I have installed xampp on my ubuntu 12.4 machine. I have created a virtual host for one of my project. It works with the server name, but server alias doesn't work. Below is the httpd-vhosts.conf file ...
0
votes
0answers
17 views

How to configure SAPRFC with PHP

I am trying to configuring SAPRFC with PHP but it's fail, I tried from many ways and also referred too many links using google search but not found solution on the same, So if anyone have configured ...
0
votes
0answers
25 views

Is my apache installation in windows ok?

I am trying to use Apache2 in Vista. I downloaded it and installed it. I did not install it as a service though. I see in the Start a Start Apache in console new button that seems to work. I.e. when I ...
0
votes
0answers
7 views

Apache: Maximum directory length?

I have an images folder in Apache on a separate volume than my main web directory. I've symlinked images to that volume and directory (/vol/images), and if i place a file there i'm able to see it fine ...
0
votes
0answers
54 views

Ubuntu + SVN: “Could not open the requested SVN filesystem”

I tried istall a svn system with two repositories. But when I try "checkout" from another pc (tortoise svn), show this error message: "Unable to connect to a repository at URL ...
0
votes
0answers
24 views

How to set Cloud9 URLs to subfolder?

I have installed an instance of cloud9 on a webspace (CentOS 5). Installation was easy and it is running fine. My hosting provider supports mod_proxy, thus I use a .htaccess to re-route the requests ...
0
votes
0answers
60 views

Apache2 HTTP Error 500 when attempting to access localhost, no error in log

In Ubuntu, I'm trying to setup my PHP website locally in Apache2. I am able to get the "It works!" page to show when I navigate to localhost in the browser. I then copied the default site in the ...
0
votes
0answers
62 views

How to install ImageMagick 64-bit on Windows Server 2008 R2 64-bit with Apache 2.4

I use Apache 2.4 64-bit and PHP 5.4.9 64bit VC thread safe. I'm trying to install ImageMagick for PHP. I think the problem is a DLL file, so I searched for something compatible for php_imagick.dll. ...
0
votes
0answers
19 views

/var/mod_fcgid directory's owner, group and permission reset upon server restart

I am using FastCGI module mod_fcgid for Apache, and it generates the folder: drwxr-xr-x 2 apache apache var/mod_fcgid Because I am running Apache with another user I created (and I did ...
0
votes
0answers
45 views

XAMPP: Using path other than C:\xampp\htdocs

Problem I want to have the default directory where XAMPP is located at a custom path rather than "C:\xampp\htdocs". However, I get an error 403 when trying to configurate this. What I've tried I ...
0
votes
0answers
72 views

Suggestions for finding performance bottleneck on LAMP server

I know this question has been asked a thousand times and I've read through a bunch of the answers, but haven't found one that really helped me. I've used top and I'm not swapping at all, I've got ...
0
votes
0answers
32 views

Can We Exclude Sub Directory From Request URI Via htaccess?

If I use htaccess rul as follows: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /my-app RewriteRule ^(.*)$ index.php?/$1 [L] </IfModule> The in the Request URI , I get ...
0
votes
0answers
20 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 ...
0
votes
0answers
14 views

Based on UserAgent routing the request to two internal sites mapped to different ports of Apache2 server

I have two sites hosted using VIRTUAL_HOST, if a request comes from a mobile "Useragent" the request should be forwarded to site 2, which is on port 81 without changing the URL in the browser, ...
0
votes
0answers
28 views

Stop apache from falling back onto a virtualhost if ServerName is not defined

I have two A name records set up like this: www.example.com 45.45.45.45 subdomain.example.com 45.45.45.45 In my virtual host file /etc/apache2/sites-available/subdomain.example.com, I ...
0
votes
0answers
41 views

PHP does not work on alias (XAMPP)

I trying to make alias on my local machine with XAMPP for my PHP project. I added follow in httpd.conf: Include "conf/alias/*" And make two files for aliases, one of them is like: Alias /aiuu ...
0
votes
0answers
11 views

Change default module directory in Apache

I am using Apache in which all modules are located in c:/Apache/modules. Now, I want to move the moddule folder to a new location let c:/modules. Now, I want the apache to look for the available ...
0
votes
0answers
33 views

installing Django on a remote server not working

I am attempting to install Django on a remote server. I have yum installed the following: apache mod_wsgi Django mysql (python is already installed) I have uploaded my project to the directory: ...
0
votes
0answers
26 views

Install xampp on D:/

I'm using a Windows Server 2008 and can install Xampp on C:/ without any problems. Everything seems to work fine, and Apache will start as normal. However, when i'm trying to install Xampp on D:/ ...
0
votes
0answers
46 views

Tunnel through VPN connection to serve webpage locally on remote computer

I would like to be able to serve a webpage on a remote computer that is being served locally on my work desktop. Currently I have VPN and SSH access to my desktop computer. I can do this with just ...
0
votes
0answers
69 views

proxytunnel socket read error Ubuntu 12.04

I have an ubuntu 12.04 LTS server. I've set up proxy server on apache2, on port 443. The server serves SSL web pages, and I can ssh to the server from a remote shell. I can connect to ssh with a ...
0
votes
0answers
46 views

autoreplace links when using reverse proxy with apache2

I configured a reverse proxy for accessing http://localhost:3131 under https://localhost/appname but the resulting problem is, that the links given by the webapp point to localhost/* instead of ...
0
votes
0answers
83 views

Apache mod_fcgid: too many processes, skip the spawn request: what does that mean?

I am hosting a bunch of websites with a VPS (virtual private server). My host told me that I get these things: [notice] mod_fcgid: too many /home/my_user/my_site.com/index.php processes (current:8, ...
0
votes
0answers
15 views

Security issue with magneto on debian

I have a magneto installation on my Debian 6 vps. I managed to install it but now i have some issues with security. For example the local.xml file in /app/etc is visible for everyone. This should not ...
0
votes
0answers
96 views

apache httpd libapr linking .a .so

Problem I need to compile and install an Apache module on AIX 6.1. This is the module A. The Apache module is available only as source. I manageg to compile the source and the .so module was ...
0
votes
0answers
155 views

Apache Mod Security 403 forbidden error

I have a Joomla site, but after the installation of the mod security in apache, i have always the same error on mysite.it/index.php: Forbidden You don't have permission to access /index.php on this ...
0
votes
0answers
93 views

apxs error apache aix rc=65536

I am trying to install the Crowd Apache Connector with (IBM xlc compiler, AIX 6.1 ). I am able to make , but when running make install, it fails : Making install in src cp ...
0
votes
0answers
23 views

Can I configure multiple ruby/python servers in this way?

I'm having one machine host multiple rack servers. I'm thinking of having each one listen to a different port, and having a service like Apache "redirect" calls to http://host/site1 to ...
0
votes
0answers
31 views

Can't set virtual host on OS X

I'm trying to create a virtual host for PHP developement, so I don't go to http://localhost/new_website, but to new_website.dev and get the website. I've created the directory in the /Sites folder ...
0
votes
0answers
100 views

Apache/SVN: Multiple authentication methods

At work we have a subversion repository that is exposed via an Apache web server only. The repository is private and thus the webserver is in charge of authenticating the users against an LDAP. This ...
0
votes
0answers
67 views

why mod_fastcgi still spawning php-cgi processes by httpd

I have been wrestling with it the whole afternoon, and finally I get it correctly, not correct enough though. at least the server execute php files as expected now. but i still have the concern, that ...
0
votes
0answers
43 views

Can't start apache on port 80

I installed apache under linux in the home directory. Now, if I try to start apache it says: [Wed Feb 27 11:59:37 2013] [crit] (13)Permission denied: make_sock: could not bind to port 80 this is ...
0
votes
0answers
34 views

How determine Apache document root

The apache on my mac osx server is not using /library/webserver/documents. I set DocumentRoot to /Library/WebServer/Documents in the httpd.conf file. But it tells me I have no permission. The files ...
0
votes
0answers
16 views

Filename issues

Server is ubuntu 10.04 with apache installed. I have a file named picture.png and a file named picture.jpg. If I enter in the address bar www.mysite.com/picture, the png show up, but if I enter ...
0
votes
0answers
45 views

Compiling apache 1.3: wrong getline version

For study purposes I need to compile/install a 1.3 version of Apache web server. I got this error: http_protocol.c:532:12: error: conflicting types for ‘getline’ In file included from ...
0
votes
0answers
38 views

How to display assets on localhost

I'm trying to run a site on a MAMP stack, but when I load a page the assets aren't showing up. I inspected the Net tab in Firebug, and my stylesheet tags are pointing to the right CSS files, but the ...
0
votes
0answers
121 views

Setting up port forwarding on router to serve apache on a Mac

I have setup port forwarding on my router to Mac. When I try I enter my IP address the browser just times out and my router just resets. Now when I port forward to my NAS server everything works ...
0
votes
0answers
32 views

How do I upload to a directory with 777 permissions via the browser?

I'm on Centos and Apache is installed. Say I made one of my directories with 777 permissions. What are some possible ways to write to that directory?
0
votes
0answers
35 views

How to register subdomain for a development Apache server?

I just configured dnsmasq for my lan in Home and I'm playing with its config and all that. I managed to set up a domain, intranet.fusiondev.com.ar. Pinging to jorgee-pc.intranet.fusiondev.com.ar ...
0
votes
0answers
104 views

WebDav Mounting errors

I just set up WebDav on Apache server. I enabled all needed libraries that are required and put this code into httpd-dav Alias /disk "C:\disk\derp" <Directory "C:\disk\derp"> Dav On Order ...
0
votes
0answers
266 views

localhost/username returns Forbidden on OS X 10.8

I have on my Mac (OS X 10.8), Apache 2.2.22 and PHP 5.4 configured. I'm now trying to get http://localhost/username working. I've symlinked /Library/WebServer/Documents/username to /Users/username/www ...