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

1
vote
1answer
2k views

XAMPP keeps crashing on Windows 7

XAMPP keeps crashing on Windows 7. It's not Skype, I unchecked the "use port 80 as an alternative". I even changed the port in XAMPP to listen:8888, that is port 8888. I am not using IIS (Internet ...
-1
votes
1answer
115 views

Problems installing apache2 on ubuntu 10.04

I have apache installed manually from the source code, but I require now to install it using apt-get, because it seems this will make stuff easier to install mod_wsgi from apt-get also (it will see ...
1
vote
1answer
148 views

Modify LD_LIBRARY_PATH and CLASSPATH on cluster node before running a hadoop job

I need to set LD_LIBRARY_PATH and CLASSPATH before running a job a cluster. In LD_LIBRARY_PATH i need to add location of some jars which are required while running the job, As these jars are ...
0
votes
1answer
419 views

Install Oracle on Mac OS X Lion 10.8

I have no experience with Oracle but need to install it on my Mac so that I can test pulling data from an Oracle database. I already have Apache, PHP, MySQL installed but have no idea where to start ...
1
vote
0answers
61 views

.htaccess Not Working as Expected [closed]

I have a hosted account not linked to any domain at /~me. In this home directory I have a .htaccess file: Options +FollowSymlinks RewriteEngine on RewriteRule 123.html cgi-bin/example.php [nc] ...
0
votes
2answers
159 views

Why does localhost and 127.0.0.1 resolve to different locations on Mac OSC 10.8?

I set up a local server without MAMP, for various reasons. I used this tutorial: Install and configure Apache, MySQL, PHP and phpMyAdmin on OSX 10.8 Mountain Lion I'm just wondering why the local IP ...
1
vote
1answer
259 views

Apache Tomcat can't create log file and falls

I try to start Apache Maven at Win7 x64 SP1. java version "1.7.0_09" Java(TM) SE Runtime Environment (build 1.7.0_09-b05) Java HotSpot(TM) 64-Bit Server VM (build 23.5-b02, mixed mode) Apache Tomcat ...
-1
votes
2answers
44 views

Test whether svn REPO changes are reflected in Working Copy

Requirement Changes will be made to the REPO directory and this should get updated to wc(working copy) as opposed to the normal way of WC > REPO. Senario: My svn repo- /var/www/svn/drupal My ...
1
vote
0answers
75 views

multiple apache root processes

I noticed today that when making requests from our web server, things were rather slow. I started looking into it and I've found a load of root owned apache processes. I don't know for sure that this ...
0
votes
1answer
636 views

access apache log files in centos

I've got clear centOS 5.x system, I've created an user and when I want do go into /var/log/httpd i get access denied. after typing ls -la i get the owner of httpd catalog is root. Can I change owner ...
2
votes
1answer
38 views

find amin to retrieve executed php files by apache

So I have a massive legacy app that consists of half a million php files. For a single request, I would like to know which php files are used by apache to respond. I can look at the apache logs, they ...
0
votes
0answers
259 views

How to Access User Directory shared by Apache on OS X Mountain Lion?

When trying to access the local user web page on localhost/~username, I get a "403 Forbidden". The system web page in /Library/WebServer/Documents is accessible on localhost/ though, so I assume ...
2
votes
1answer
658 views

Windows 8 PID 4 taking away port 80

After upgrading to Windows 8, I have not been able to run Apache because Windows is taking away port 80. Doing a netstat says that PID 4 is using the port: > netstat -ano | find "0:80" TCP ...
0
votes
0answers
50 views

Apache issues with socks redirection

I have an issue with the socks configuration on my Fedora install and the LAMP environment. I applied the solution to my question ...
0
votes
1answer
67 views

Trying to switch to linux as a PHP developer, can't move my development environment

I'm using Windows for my development operations but i'm deploying to Debian/Ubuntu based distros. So i thought if i move my development to a linux distro it will be more comfortable. I'm using XAMPP ...
0
votes
0answers
149 views

Apache unable to find DocumentRoot even though it exists?

I've been setting up a local web server, but I'm having an issue with the following error when I start or restart the Apache httpd service. Starting httpd: Warning: DocumentRoot [/www/html/project1] ...
0
votes
2answers
427 views

mac osx permission error - apache folder chown _www

I deleted Library/WebServer/Documents folder and created it again. When I visited localhost it gave me forbidden error. I ran sudo chown _www:_www Documents And forbidden error was gone, but now I ...
0
votes
1answer
1k views

How to connect android client to the localhost of Apache server (php) inside my laptop?

I'm trying to create android apps which are able to send data through wifi connection to my laptop Apache Server and MySQL database. I use the samsung galaxy tab 10.1 as my mobile device. and the ...
0
votes
0answers
50 views

Pure-FTPD parallel upload issue

i am copying approx 300 10MB files from another server to my server. everything works just fine but i tried to run parallel thread so that i can complete it fast i got surprised as another file will ...
1
vote
2answers
447 views

Set up CentOS6 Web Server on local network, but unable to view websites on it?

I've set up a web server on our workplace domain. The server has been configured so that Apache works on it and everything seems to be working fine. However, I am struggling to access the machine via ...
1
vote
1answer
184 views

How long does it take to see a renewed SSL certificate?

I just renewed the SSL certificate for a domain and installed the new files on my AWS server running Apache. All appears to be ok, but the browser still shows the old expiration date. Is there a way I ...
1
vote
0answers
44 views

Using Apache as a debug proxy for https traffic

I know that I should be using mitmproxy (or Charles, or Fiddler, or Burp Proxy), and that I can use Squid, but is it possible to use Apache to debug out going https traffic from my computer? That is, ...
0
votes
1answer
191 views

How do I access my local apache server from Windows running in Parallels hosted on MacOS X?

I'm running Windows 7 from within Parallels running on MacOS X Lion. I've also setup a local apache server; I can access this server from MacOS X via any browser. I've configured this using a ...
0
votes
1answer
204 views

treating a subdirectory like a web root directory in xampp

I am running Xampp on a Windows 7 machine. I have a website that is running off a directory in my web root. I access the website by going to http://localhost/foobar. I would like to set it up so that ...
1
vote
1answer
248 views

OS X Mountain Lion web server permisssions

I've set up a web server on OS X Mountain Lion (not the server version) what is working perfectly. The problem I am having is that if I edit a PHP file in the server document directory from another ...
2
votes
2answers
2k views

CentOS 6 - iptables preventing web access via port 80

I'm setting up a new web server with CentOS 6.2 and am not able to connect via the web. Everything looks set up correctly in httpd.conf and Apache is running, so I'm assuming it's an iptables issue. ...
0
votes
2answers
226 views

Can't cd to directory of programs like apache or tomcat on ec2: permission denied

hi I have setup tomcat 7 through yum on an ec2 instance. I have access to the user ec2-user by default through aws from launching the ec2 instance. I am trying to simply look at my tomcat logs ...
1
vote
1answer
490 views

Access forbidden! Error 403 on apache

I am trying to configure apache server on openSUSE 12.2. I am doing as shown in the manual here http://en.opensuse.org/SDB:Linux_Apache_MySQL_PHP it works fine. When I try to access ...
1
vote
1answer
387 views

Can't use VirtualBox shared folder as Apache document root

Having jumped through several hundred hoops I've finally managed to get Centos 5.8 to mount a VirtualBox shared folder (which is not read-only), which now appears at: /media/sf_sites This is a ...
0
votes
2answers
395 views

Where is php executable on Ubuntu?

I have installed apache and php. I know php works as I have tested a simple php file on apache server. I'm writing a simple webserver which should be able to process php files. So what I want to do ...
0
votes
0answers
42 views

In Windows, can Apache run “under the radar”?

I just tried to fire up my local Apache server by clicking the "Start Apache in Console" in the start menu. The console window popped up, as usual, but now with a warning: "Only one usage of each ...
1
vote
2answers
87 views

windows rename command to rename file.a.b to file.b

I have a few folders with hundreds of html files. The file name should have been .htm but it is .asp.htm and it does not run. It is plain html file and there is no asp code. So, I tried to rename the ...
1
vote
1answer
43 views

Is there a way to detect regular expression support in a htaccess file?

I use to following rewrite rule to pass the whole url to an php script: RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*?)$ ...
0
votes
0answers
31 views

Apache2.2 not responding or logging anything on Win 7 [closed]

I'm having some trouble with Apache2.2 on Windows 7. For over a year it's been running no problem, but all of a sudden requests have just stopped responding. They don't time out as such, the browser ...
2
votes
1answer
92 views

Understanding Safety of open ports

I am a D-I-Y type of guy and have managed to setup Apache on my LAN and make it accessible via WAN over port 80 and Tomcat on port 8080. I aim to possibly get a home web server up (will calculate the ...
3
votes
3answers
2k views

WWAHost.exe using same port as Apache

I have installed XAMPP 1.8.1. on my Windows 8 64bit machine. I'm now facing a problem with ports. This is what I got from XAMPP Control Panel: 11:52:43 AM [Apache] Problem detected! 11:52:43 ...
0
votes
1answer
939 views

403 Forbidden on OS X with symbolic link

I just upgraded to OS X 10.8 Mountain Lion to find that my web server setup was ruined by the upgrade. I managed to get PHP and Apache back up and running, but I still do not have my old setup from ...
0
votes
1answer
292 views

Can access Apache locally with WAN IP but cannot connect over the Internet

I've followed the installation instructions on the XAMPP site, set up port forwarding and added firewall rules like described in this question. I can connect to the server locally using the WAN IP ...
3
votes
1answer
1k views

How well will XAMPP transfer to Windows 8

I'm in the middle of setting up XAMPP on my Windows 7 machine and I am wondering if it's worth my time doing it now if I plan on upgrading to Windows 8 Pro later this week. Should I expect any issues ...
0
votes
1answer
417 views

Cannot change file to www-data, keep getting “chown: www-data: Invalid argument”

OK, so I have been at this issue for the better part of 2 hours. I tried this original command sudo chown www-data:www-data newlogo.png I got this: chown: www--data: Invalid argument I have ...
0
votes
1answer
100 views

Rotating log files using logrotate command

I'm very new to apache. We wish to rotate the log files in daily basis. We installed the apache2 using : sudo apt-get install apache2 in Ubuntu. Are there any ways to do it using logrotate ?
0
votes
1answer
18 views

Looking for sysconf_addword explanation

What is sysconf_addword? Couldn't find a documentation about this. Is it apache specific?
4
votes
1answer
185 views

Making Apache use compiled PHP instead of bundled package on Debian

My ultimate goal is to install OwnCloud on my Debian box, a 64-bit squeeze. My setup is pretty simple. I have installed OpenPanel which in turn installs all of the required LAMP modules via APT-GET. ...
0
votes
2answers
703 views

Sublime Text Preview php files on localhost

Hey I've just started using Sublime Text 2 with the SidebarEnhancements package installed. I have it setup so that when I press the build shortcut it previews in Chrome which is fine for my HTML ...
0
votes
0answers
112 views

Password Protect XML-RPC

I have a service running on a server which I want to access via XML-RPC. I've installed all the necessary bits. Within /etc/apache2/httpd.conf I have the single line SCGIMount /RPC2 127.0.0.1:5000 ...
1
vote
1answer
87 views

How to get Apache to follow symlink instead of downloading it?

I am just using the standard apache config file which mentions that it follows symlinks, but when I hit the url http://localhost/test it downloads the symlink file instead of following it. What ...
1
vote
1answer
486 views

phpMyAdmin is showing 403 Forbidden

I have just changed my www folders permission to 777 using this command sudo chmod -R 777 www And now when I try to open phpMyAdmin in browser and it is not opening and showing 403 Forbidden Error ...
0
votes
0answers
47 views

Seeking htaccess help: Converting multiple subdomains (both http and https) to www.domain.com using .htaccess [closed]

I've been trying to get an answer to this question on other forums and via my connections, but I haven't gotten very far. I've got a dozen old subdomains that have been indexed by Google. These have ...
0
votes
0answers
56 views

How would I broadcast a subdomain/virtual name on a local server with people connected to the same network

I have a server connected to the router which has ubuntu 12.04. It is has apache/mysql/php all installed ready to go. the folder structure is like this: /var/www -- this isnt the root -/libs -/logs ...
0
votes
2answers
456 views

Already uninstalled apache2 in Debian but it's still there?

I performed the following command apt-get remove apache2 but when I type service --status-all apache2 is still up in the list. How can you completely uninstall apache2?

1 3 4 5 6 7 18