Apache is the widely known term for the Apache HTTP server, a very commonly used web server software maintained by the Apache Software Foundation.
0
votes
1answer
11 views
What is the general strategy for handling multiple missing shared objects?
I'm still learning Linux, so bear with me...
I ran ldd on Apache's httpd and found many missing shared libraries. I am new to this machine and am not sure whether some of these are misplaced or ...
0
votes
1answer
19 views
Apache2 - Redirecting a subdomain to another URL
I have two subdomains, a.website.com and b.website.com, pointing to the same IP address. I want to redirect b.website.com to a.website.com:8080. I have this in my .htaccess file...
RewriteEngine on
...
0
votes
1answer
30 views
Apache SSL not working
Apache 2.2 on debian-based Linux
# a2enmod ssl && service apache2 restart
According to Sheilds UP!, "Your computer has responded that this port exists but is currently closed to connections" ...
0
votes
1answer
22 views
Apache package in cygwin does not seem to work. Error logs are also empty
I installed cygwin in a Windows pc. All ok.
Then I tried to install apache package. I selected all relevant packages and installed them as well.
The problem: In /usr/sbin I can see apachectl2 and ...
0
votes
0answers
19 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
1answer
15 views
Create an case insensitive apache alias
I am currently using Apache 2.4.4. Now, the problem is that when I am creating alias like
Alias /mysite "D:/MySite"
it doesn't work for http://127.0.0.1/MySite. So how can I make it case ...
1
vote
1answer
19 views
Setting up Apache + PHP web server in Virtualbox on Win 7
Running Apache and PHP on Windows with XAMPP or WAMP sucks, because installing new PHP extensions on Windows is very hard. Most binary releases for Windows don't work :(
So I was thinking to run ...
0
votes
0answers
13 views
Mass virtual hosting: map any portnumber to own domain name [migrated]
I need to define rule (using mod_rewrite i think) to map any port to portnumber.domain.com. How to do that in Apache2 ? Now i have one config for each port number like below.
# 9003.domain.com
...
0
votes
1answer
18 views
Apache “70007 timeout errors”
I'm sporadically getting Apache 70007 timeout errors from (I think) Perl CGI scripts. I thought the problem was my scripts were exceeding the Apache's TimeOut value, but I wrote a sleep script that ...
2
votes
1answer
38 views
How does my hostname get resolved without a DNS server
My basic question is not "why doesn't this work?", but "why DOES this work?".
I have a computer running apache 2.2 under windows, with the ServerName set to something like gateway_01. It's connected ...
0
votes
1answer
18 views
PHP file won't open in browser, only download
I can't get .php files to run on my server. For example, I created a test file entitled "test.php" with the following content (only):
<?php
phpinfo() ;
?>
When I try to open this or other ...
1
vote
2answers
55 views
Browsing to localhost is slow when connected to Internet
When I browse localhost in my browser when connected to the Internet, the response is slow; it takes 30 seconds or completely times out. When I disconnect from the Internet, it is blazing fast and ...
-2
votes
0answers
12 views
70007 The timeout specified has expired [closed]
I am sporadically getting Apache 70007 timeout errors from (I think Perl CGI scripts). I thought the problem was my scripts were exceeding the Apache's TimeOut value, but I wrote a sleep script that ...
0
votes
1answer
16 views
What's wrong with the Basic configuration of apache and mod_python?
the the Basic configuration of apache is:
LoadModule python_module /usr/lib64/httpd/modules/mod_python.so
<Location "/mysite/">
SetHandler python-program
PythonHandler ...
-1
votes
1answer
30 views
Adding a 'virtual host' to apache for an IP address
We run a web server and need to set up a new site in the same way you'd set up a virtualhost but just based on the IP address of the server rather than a domain name, eg so we can use:
...
0
votes
1answer
15 views
mod_deflate - possible to compress 1k or higher only? cache?
Is there a way to tell mod_deflate in .htaccess to only compress files if they are at least 1kb? Also, can it cache compression results? Once it compresses a file, I want it to use that again instead ...
-2
votes
0answers
19 views
Using SQLite for Mediawiki [closed]
I have a mediawiki that I am trying to setup. When I get to the welcome screen it says it can't find a database driver. I downloaded the zip file for php from PHP for Windows, and my Apache server is ...
1
vote
1answer
19 views
Apache vhost config with ssl redirect and two sites
I am running an apache webserver for a while now with a secure server. All traffic was rerouted to https://first.some.com (example names). Now I want to add a second site for testing purposes on the ...
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 ...
1
vote
1answer
29 views
Accessing SVN Server remotely
So here I'm after investing days of effort into it. I have SVN Apache Edge running on my machine on top of Apache. I want to access it (check-out/check-in) from a remote machine. My machine is behind ...
0
votes
1answer
32 views
Why are my Apache access logs showing GET requests from my router's IP?
I set up a home web server in February on a Raspberry Pi running Arch Linux and Apache. I enabled port forwarding on my router and the server worked as expected. I get the standard attempts to ...
0
votes
1answer
52 views
Configuring Apache for External Access
I would like to be able to access my apache webserver from outside of my LAN. I have my config files setup so that I am able to access my server through localhost/ and localhost:8181/ (all I did was ...
1
vote
1answer
32 views
Open Ports on iPhone?
I host a small, personal Apache server on my desktop and allow others to visit it using my IP address. If I normally have a connection which runs through a router (allowing me to specify which ports ...
0
votes
1answer
29 views
Apache server on win7 cannot be accessed outside of localhost
I have installed the apache-tomcat server on my local win7. The port I specified is 9999.
I can access my service by http://localhost:9999 and http://myIPAddress:9999
But I cannot access my apache ...
0
votes
0answers
29 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
1answer
39 views
xampp 1.8.1 on Windows 8 issues with PHP code using Notepad++
I am currently having a problem with xampp on windows 8. I installed xampp 1.8.1 and I didn't have any problems with the installation and I was able to configure Apache and MySQL just fine. But when I ...
1
vote
1answer
41 views
How to solve it when make the mod_python?
the verison of RPM is:
httpd-2.2.3-63.el5.centos.1
httpd-devel-2.2.3-63.el5.centos.1
apr-1.2.7-11.el5_3.1
apr-devel-1.2.7-11.el5_3.1
apr-util-1.2.7-11.el5
apr-util-devel-1.2.7-11.el5
the version of ...
1
vote
2answers
19 views
What are the essential firewall configurations for a newly live CentOS web server?
I've newly got a CentOS server from Linode.com which I'm using as an Apache web server with the LAMP stack.
I notice that the firewall is enabled by default but doesn't seem to have any active rules.
...
0
votes
1answer
23 views
can't find tomcat directory after installing with easy apache on VPS
I have installed tomcat with my build using easy apache on my VPS. This seemed to set up fine with no error messages. But I cannot find any tomcat directory on my VPS (I thought that one should have ...
1
vote
0answers
20 views
mod-rewrite rule not working properly for files in sub directories
I'm using the following rewrite url to get prettier urls:
RewriteRule (\d+)/(.+) $2?companyId=$1 [NC,L,B,QSA,NE]
The url /invoices.php?companyId=123 can for example be expressed as ...
1
vote
1answer
42 views
Are too many logfiles in the apachelog slowing down the server?
At my webserver, I have separate logfiles for all my over 250 domains.
Is this showing the server down? Would it be faster to have only one logfile that contains all access-logs?
0
votes
1answer
19 views
Wamp windows 8 problems
I am unable to see the menus that normally appear when I hover/select apache,php or mysql. These windows refuse to float to the lefthand side of the wamp server root menu, I barely see the edge of the ...
-2
votes
0answers
33 views
Apache FTPClient and Apache FTPServer (JAVA) [closed]
Hello everyone my question is that I've created an FTP Server and FTPClient using Apache all in eclipse and everything seems to be working fine except the part when i try to upload a jar file which is ...
-1
votes
0answers
34 views
Access forbidden!(Error 403) on LAMPP [closed]
I am new to Linux, I got this problem when running LAMPP, the error is below:
Access forbidden!
You don't have permission to access the requested object.
It is either read-protected or not readable ...
1
vote
0answers
30 views
Configuration of mod_authnz_ldap to work with Active Directory
Please help to find a good tutorial / step by step instructions how to configure mod_authnz_ldap to work with Active Directory (I use Apache 2.2).
Apache provides good documentation, but I want to ...
0
votes
0answers
20 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
1answer
35 views
expose apache server to local wifi network
I have two computer
Computer A connect to internet by wifi. (IP: 192.168.0.101)
Computer B connect to computer A with direct LAN cable. (C.A IP: 192.168.137.1, C.B IP: 192.168.137.2)
Computer A ...
0
votes
0answers
39 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 ...
3
votes
1answer
36 views
Where is httpd.exe supposed to be?
On our server is Windows Server 2008 R2 Enterprise Edition.
Apache won't load. I have been chasing this for a few days now; received lots of advice. One specific set of instructions was to see what ...
0
votes
0answers
44 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.
...
1
vote
2answers
23 views
Creating a separate access_log and error_log for Apache2
I would like to set up Apache2 so that it logs to a separate log for access and error. App1 is located at /var/www/ and App2 is located at /var/www/app2. How should I approach this problem?
Should I ...
-2
votes
2answers
40 views
How to run apache server if it not already running
I wonder if it is possible to check whether or not apache2 is running. If it is not running I want to execute it using shellscript
Currently I have added a function which I named run_apache which ...
0
votes
0answers
6 views
Mongrel failing to start after an OS update [migrated]
So there's this installation on a virtual server, administered by Plesk, running CentOS. The OS has been automatically updated recently - this broke a custom ruby installation. I haven't set up the ...
0
votes
3answers
56 views
How to give access to user for specifig directory?
I made symlink when logged in as www (apache user):
ln -s /home/anotheruser/test /var/www/test
Now I go to my mydomain.com/test and I get a 403 error.
/home/anotheruser/ has permissions 764 ...
0
votes
1answer
17 views
Fail to load php module macports
I'm trying to install php module via macports. I have them installed, so I run
cd /opt/local/apache2/modules
sudo /opt/local/apache2/bin/apxs -a -e -n "php5" mod_php54.so
Then I'll ensure myself, ...
2
votes
0answers
53 views
Unable to serve modestly large files on Raspberry Pi with Apache and also with Nginx web server
I've installed Apache on a Raspberry Pi. If I create a js file in /var/www with nano, it works fine, and is served correctly if I open http://x.x.x.x/test.js directly in a browser. However, if I copy ...
0
votes
0answers
16 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
1answer
90 views
WampServer And Port Forwarding For External Access
I am trying to make my WampServer public but nothing i have tried so far seems to be working.
It was all good and well before i got a new router from my new provider.
The router is a Huawei HG523a ...
1
vote
0answers
46 views
WAMP 2.2e - 403 Forbidden in Offline and Online mode
I just installed a WAMP Server 2.2e, wamp icon in tray is green, showing - Wamp server is offline. When i'am trying to access my localhost address, i receive an error 403 Forbidden.
For localhost, ...
0
votes
1answer
21 views
Multiple drupal installations on apache work with their own DNS entries but not with Alias
So my localhost server has never had a problem because I've never been developing with other people on multiple websites.
Now, however, accessing a secondary site via an Alias is running into a ...