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
37 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
55 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
1answer
13 views

Apache Server Configuration Extension?

I want to install a duplicate version of Apache server that shares almost all the configuration with an existing running version. Either one of the server will be running all the time and since I do ...
0
votes
1answer
79 views

How to access NodeJS server on LAN?

I'm not the most knowledgeable guy ever with networking, but here goes... I've created an application with NodeJS and I'd like to test the application on my LAN with my family. The application ...
2
votes
1answer
154 views

Modifying /etc/hosts Causing internet problems

When I try to add aliases to /etc/hosts it causes connection problems with my internet. Whereby it is connected to my network and it still says it has internet access, but i am unable to view web ...
3
votes
1answer
27 views

Cacti does not show graphs

I installed Cacti on my Linux - Apache2 for monitoring purposes but it does not show graph PNG files! Has anyone face this problem before? I looked over logs, no alerts there.
0
votes
0answers
23 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
1answer
40 views

Setting correct permissions for uploading files

I have a php script that uploads a file to a directory called "uploads". The only way I can get the upload to work is if I do: chmod 777 uploads I know this isn't correct but I don't know ...
0
votes
1answer
32 views

Allow other instances of files that is globally blocked in htaccess?

I am using the following command inside home/ to block all access to wp_login.php <Files wp-login.php> order deny,allow deny from all </Files> How can I allow certain instances of ...
0
votes
0answers
18 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
22 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
33 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
1answer
23 views

Centos Apache installed in Vmvare-workstation

I hope someone can help me with my problem. I have installed a windows 7 and a centos on Wmvare-workstation. On Centos, i have installed and Apacheserver, but i cant log on to the webserver from the ...
0
votes
0answers
7 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
1answer
33 views

trouble with Wordpress (Buddypress) localhost installation?

I installed wordpress in localhost using Xampp and Bitnami it works well at the begin and I install also Buddypress plugin and start working on the website . Today however it suddenly stopped ...
0
votes
0answers
30 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: ...
1
vote
0answers
82 views

Proxies, Apache, Tomcat - VHosts

I have a setup as so: Internet -- router -[DMZ]- pfsense -- webserver router =jenky plastic cheap-o router (my nice mikrotik/routerboard died). Has ip address of pfsense set to DMZ. pfsense ...
0
votes
3answers
200 views

WAMP Server's Apache Service Not Starting in Windows 8

I have a problem starting the Apache Service in WAMP Server, when i test port 80, I get the following message on the console Your port 80 is actually used by : Server: Microsoft -HTTPAPI/2.0 Things ...
0
votes
2answers
107 views

How to resolve 403 Forbidden on localhost

On a fresh install of ubuntu 12.10, I installed the lamp stack via: sudo apt-get install lamp-server^, and phpmyadmin. Then I sudo chmod 777 /var/www to be able to openly copy and change files in the ...
0
votes
0answers
24 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:/ ...
1
vote
0answers
56 views

Home Proxy Server - What OS and Software Can Do the Job [closed]

I'm looking at setting up a personal proxy server at home, both for the functionality and the learning experience. I'm uncertain what OS and software is capable of implementing what I'd like to do ...
1
vote
2answers
25 views

Apache rewrite downside?

Say I have my website stored on domain.com/mysite I add a rule in .htaccess to rewrite the URL to domain.com Is there any downside to storing the site in a subfolder and rewriting the URL like this? ...
1
vote
0answers
68 views

htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/files/domain.com/public_html/images/' is executable [closed]

Today i migrated my images from one server to another and faced a strange permission issue [Mon Mar 25 08:42:23.676315 2013] [core:crit] [pid 15182] (13)Permission denied: [client 24.14.2.22:48113] ...
1
vote
1answer
92 views

What kind of encoding is this?

I found some base64 encoded text in a compromised php file. When I decoded the base64 string, it was the following directive: ...
2
votes
1answer
20 views

I have a CentOS Based server. Each domain has its own entry in vhosts. How can I find out what domains are using up bandwidth?

I have a CentOS Based server. Each domain has its own entry in vhosts. Everything is logged in /var/log/httpd/access_log. How can I find out what domains are using up bandwidth? It is running ...
1
vote
1answer
167 views

FTP, CentOS and SELinux Permissions

I am trying to use vsftpd to allow a user to ftp in and edit files in /var/www/html where most files are owned by apache. So far I have used setsebool to enable system wide ftp, and I've also used ...
0
votes
0answers
42 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
1answer
36 views

Apache/PHP installation on OSX differences?

I'm wanting to update the local version of PHP on my Mac.. i've been doing some digging and got a little confused. If i run php -i from the terminal it says: $ php -i phpinfo() PHP ...
0
votes
1answer
29 views

Serving a web page through VPN and SSH locally on a remote computer

My desktop computer at work has apache running serving my webpage locally for dev purposes. I can access this no problem from work. What I want to do is VPN in to my company and SSH into my desktop ...
0
votes
0answers
56 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
41 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
2answers
109 views

Clearing cache frequently in Chrome

I am doing a project using Sencha extjs 4.1.1a. The Web Server I am using is Apache (XAMPP Control panel 3.1.0.3.1.0). I kept the project file in htdocs folder. Now whenever I am changing the code ...
0
votes
1answer
43 views

index.php file gets downloaded after PHP reinstall

I'm using SugarCRM CE edition 6.4 I uninstalled the php5 from the server (Debian Squeeze) then reinstalled all the php5 with it's modules. Restarted Apache (/etc/init.d/apache2 restart). Then after ...
1
vote
1answer
197 views

apache “wait” 30 seconds before sending reply for some pages

I use a raspberry pi for hosting some webservice (like owncloud or gitlist). Recently I added tiny tiny rss, everythings is working fine except that apache wait 30 seconds to send the reply of php ...
0
votes
0answers
65 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
81 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
1answer
54 views

Cisco DDR2200 Port Forwarding

My brother has a server in his garage and has been using it to serve is own little website for a while now (about a year and a half or two). I've been the one managing it, but he recently changed ISPs ...
0
votes
0answers
143 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 ...
1
vote
1answer
60 views

Httpd error: not accessible symlink with -D FOREGROUND

I'm trying to setup virtual host in Fedora18. Configuration is following: httpd version is 2.4 user/group - apache/apache global document root is /var/www/html vhost symlink: ...
1
vote
1answer
45 views

Cannot access localhost with proxy enabled

My office is a Windows environment, but I have just set up a linux (lubuntu 12.10) machine for me to develop on since I cannot access the command line in Windows. I have set up the LAMP stack on the ...
1
vote
1answer
93 views

Apache will not start in Mountain Lion. Syntax OK. What is happening?

Over the course of two days I was doing a lot of changes to my Apache config. At times changes did not seem to be picked up, and it was always the case that I had somehow messed up the syntax of the ...
1
vote
0answers
23 views

Get Apache to send Content-Type text/plain for PHP

How do I get apache to send Content-Type text/plain for php files? I can accomplish this in php using header('Content-Type: text/plain'); I tried adding this to my vhost.conf (I am using Plesk) ...
0
votes
0answers
79 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 ...
2
votes
1answer
475 views

Xamp Portable on USB Flash Drive; Wordpress Network not Activating

While this does involve WordPress, my inclination is that the solution to my problem lies more with Xampp than WordPress itself, hence I'm posting here instead of on WordPress Answers. I've ...
0
votes
1answer
79 views

How to stop 'You have mail' message in linux. [duplicate]

I have sendmail installed. nothing else. i just logged into my server via SSH and typed.. service httpd restart Stopping httpd: [ OK ] Starting httpd: ...
3
votes
1answer
180 views

Apache configuration in Mint 14 not working

I usually install mysql, apache and php using the following commands sudo apt-get install apache2 php5 libapache2-mod-php5 php5-mysql but after I did a fresh upgrade to Linux mint 14, I got these ...
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 ...

1 2 3 4 5 18