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
10 views
Redirecting User to Folder Within Apache on Linux
I want the user to access http://www.xyz/internal/, then I need authentication and based on the user I will then send them to a subdirectory. So the scenario is, if user TOM goes to .../internal/ I ...
0
votes
1answer
17 views
macbook apache server is always reachable with ip
I have a very weird problem going on here. I have a macbook where I have apache php etc installed on. Now every time I got to my IP adress ( extern ) I get to see my files. This is not just annoying ...
0
votes
0answers
15 views
Apache 2.4 for production enviroment
I have installed the latest version of apache i.e. 2.4 on my Ubuntu 12.04 that is not yet available on the Ubuntu's official repository.
I dont know how but it is installed in /usr/local/apache2
...
0
votes
1answer
20 views
Apache - block requests TO my IP
I've been Googling this for a few days now but it shows me how to block FROM IP, not TO.
I have an Apache/CentOS 6 web server running a few minor family sites from my house with a dynamic IP updated ...
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
1answer
28 views
Limiting Access to SVN folders for certain users
I have created the file svn.password and added a few users.
Now I installed a Subversion repository and a Trac instance to my apache folder and set up the vhost.conf as follows:
<Location ...
1
vote
1answer
15 views
Reverse Proxy for domain-name
I'm trying to setup Apache as a reverse proxy for a domain-name. It should redirect to an application running on a Apache Tomcat server
i'm using the following configuration:
<VirtualHost ...
0
votes
1answer
36 views
How to redirect to other server? (apache and nginx)
i have an Apache server running for two sites on port 80. Let's say the domain is example.com and I have an other domain example2.com. When a user visits example.com, I want it to serve those files ...
0
votes
0answers
8 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?
3
votes
0answers
41 views
Can't access wiki site through any other computers on my LAN
I am trying to set up an internal wiki site for my company. Product info, specs that sort of thing. I have downloaded and installed WAMP Server 2.2 (Apache 2.2.22 MySQL 5.5.24 PHP 5.3.13) as well as ...
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 ...
1
vote
0answers
12 views
Using pwauth for authentication with SVN on RHEL6
We have recently installed SVN 1.6.11 and are attempting to run it using the Apache server (2.2.15) after finding svnserve to come up short of our needs. Our system is RHEL 6, and we would like to ...
0
votes
0answers
19 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
1answer
22 views
Apache won't start ubuntu
When I'm running service apache2 start
I get the response
* Starting web server apache2 /usr/sbin/apache2ctl: 87: ulimit: error setting limit ...
0
votes
1answer
8 views
32Bit 3rd party modules in 64Bit apache
I hv got a 32bit module for apache server, but it server was upgraded to 64bit which is not able to load the module.
Anyone got an idea or workaround to load 32bit modules in 64bit apache? Thanks in ...
0
votes
1answer
35 views
How to solve this DNS issue?
I have an Apache web server (on a Windows VPS) and a while ago I registered a .tk domain. Then I picked (ns1.afraid.org) and (ns2.afraid.org) as my name servers and I pointed mydomain.tk to ...
0
votes
2answers
20 views
Apache on Mac: vhost looks for wrong directory (other than DocumentRoot)
I just un-installed XAMPP and decided to take into use the Apache included within OS X. After a lot of fiddling around I've gotten it to somewhat work, but not quite.
I use VirtualHostX for managing ...
0
votes
0answers
18 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 ...
1
vote
1answer
43 views
How do I run Apache in a VM, but have it serve files from the host?
OK, this is a bit tricky to explain, but I'll do my best.
I'm running Apache in a VM (Windows XP Mode), and I want to:
Store and edit website files on my main machine (host)
Serve them to the ...
0
votes
1answer
23 views
Bat file to automate some web development
Creating a virtualhost in Windows environment is a lot of hassle. You have to create the site folder, edit httpd.conf, hosts and whatnow. In order to automate some of that I decided to try and ...
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
...
-1
votes
0answers
18 views
Can a .htaccess file break user rights in a IIS 7 environment? [closed]
Good day all,
I recently ran into an issue where a .htaccess file was able to screw with user rights within our CMS on our IIS(7) server. The .htaccess file was located within a directory off the ...
0
votes
0answers
28 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
1answer
46 views
Curl Returns “Connection Refused” when trying to access localhost
I am running Xampp (Apache, Mysql and PHP) on my Windows Vista computer. I have curl installed on my machine. When I try to curl my localhost in the command prompt, I get the following:
curl -v -i ...
0
votes
0answers
18 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
2answers
35 views
Running VPN server and Apache conflicting ports
Currently my setup is with XAMPP and a simple VPN server provided by Window's Network connections.
If I delete the Incoming Connections, start apache and then remake the VPN server like this:
It ...
0
votes
2answers
17 views
short domain to point to parent domain
I have two domains, for example:
md.com
mydomain.com
I want first domain to go to same website as second domain.
I want first domain to be a shorter domain like other websites have.
My question ...
0
votes
2answers
36 views
php54 not recognizing php code in file with html extension
For example, echo phpinfo() returns nothing in my .html file
but index.php returns with the info
wich setting needs to be adjusted?
thanks
0
votes
1answer
73 views
Setting up VirtualHost for MAMP server?
Problem
I need to setup some VirtualHost records for a MAMP server I have installed on my Mac. In short, rather than using http://localhost:8888/dkbtherapy/index.html I want to use ...
0
votes
2answers
46 views
WAMP Server: What am I doing wrong?
I am brand new to web development...and getting WAMPServer running is a barrier no amount of Googling has helped solve.
When I install WAMPServer it works fine. When I try to add local domain names, ...
0
votes
2answers
36 views
How can I start an custom installed apache at boot in OSX
I had to install a custom Apache on OSX because I needed a very specific configuration for a client and I could not make the default one work correctly with it, unfortunately.
So, I saw how to start ...
0
votes
1answer
40 views
Send email with localhost on ubuntu with PHP (possible over external mail server)
I installed Ubuntu desktop 12.04 64bit on my laptop. I used these commands to install a simple web server:
apt-get install apache2
apt-get install php5
apt-get install mysql-server
All is working ...
1
vote
1answer
16 views
sudo permission issue LoadModule wsgi_module
I'm trying to run this command on Ubuntu:
echo "LoadModule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so" > /etc/apache2/mods-available/wsgi.load
I get a permission issue, normally this can ...
0
votes
0answers
39 views
Extensive GET /wpad.dat HTTP/1.1 requests [migrated]
We are having extensive (thousands per minute) GET /wpad.dat HTTP/1.1 requests at our Linux server, causing traffic problems and slowing down access to the websites we host.
What does it stand for ...
2
votes
0answers
44 views
Apache downloads php files instead of running their source
I have just recently upgraded PHP 5.3 to 5.4 on my Debian Squeeze server. Now, instead of executing PHP files, Apache just downloads them, which is really bad.
When I try to follow these steps, I get ...
0
votes
1answer
22 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
26 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
47 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
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
1answer
23 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
33 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
1answer
30 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
45 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
33 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
78 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 ...
0
votes
1answer
27 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
33 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:
...
