The apache tag has no wiki summary.
0
votes
1answer
16 views
Web Server for SVN+PHP+Django+Rails
Foreword: I am not asking for the differences between Nginx and Apache, nor do I want to start a "which one is better discussion.
I would like to ask for help with choosing the most adequate solution ...
1
vote
1answer
24 views
SSD causing 100% CPU usage in Apache/PHP
I wanted to increase the performance on my development laptop so I added an Intel 320 Series SSD as my primary drive. Everything is amazingly fast, as expected, except Apache/PHP.
I develop Magento ...
0
votes
1answer
16 views
Local Apache won't send PNGs correctly
Can't figure this out: Yesterday my local Apache config was sending PNGs just fine, today the browser is trying to decode them as JPGs and thus, only showing a "missing image" error despite returning ...
-1
votes
1answer
48 views
Creating a webserver from scratch [closed]
I know this is going to sound a humongous task and many of you would think why in the world would you want to do so or why re-invent the wheel. However I just want a project I can work on the side see ...
0
votes
0answers
11 views
Apache virtual host port forwarding without showing the port number
I've set up the virtual host for under Apache.
config is
<VirtualHost xxx.xxx.xxx.xxx:80>
DocumentRoot /var/www/abc
But my website runs on 8090
I should get the website when somebody ...
0
votes
0answers
28 views
Virtual hosts in centos 6
Hi Wonder if anyone can help, I'm looking at setting up Virtualhosts on a centos6 server I am learning how to setup, everything has gone fine so far, and I have learned quite a bit over the last few ...
0
votes
2answers
30 views
How can I see the date/time on my apache server via ssh?
Is there a function I can run at the command line (with ssh access) to see the date and time that's set on my apache server?
2
votes
1answer
32 views
Case insensitive Basic Authentication with Apache
Is it possible to configure an Apache server to accept case insensitive usernames for Basic Authentication?
Currently I'm using a pattern similar to this (in an included file) in my httpd.conf
...
0
votes
1answer
39 views
Forwarding <my ip>:<port> to localhost:80/dir/ (apache)
Hello again StackExchange! First post on Superuser.
I've installed apache and PHP on my computer and it works just fine when i enter "localhost" on my computer. But what i want, is when someone types ...
0
votes
0answers
16 views
Multiple Apache Servers with Multiple Virtual Servers
I have one computer.
I am running two instances of 2 differently installed Apache servers.
1 via WAMP
1 via Zend Framework
I wish for wamp to be connected towards "karl.local"
And for Zend to be ...
-1
votes
0answers
13 views
how to create “Ofbiz project release copy” for customer? [closed]
I have created a website and backend for the same using Ofbiz 10.04. Now question is that how to create customer release copy of my project because I will not give my complete source code to customer. ...
1
vote
2answers
79 views
Can't get MAMP Pro 2.0.5 to work
I've been using MAMP for years. Rarely had any issues. I'm currently running OSX 10.7.4. I just upgraded MAMP to v2.0.5 and bought/installed MAMP PRO... but I can't get it to work. I can still you ...
-2
votes
0answers
27 views
Apache not running when start easyPHP
I can't run apache when start easyPHP. Have a problem "Apache HTTP server has stopped working". I was tunr off Firewall and can't use Virus scanner.
I tried few ways in internet e.g. close Skype, ...
1
vote
0answers
19 views
Eclipse on local Apache Server
I would like to set up my home server to be basically a backup/test server for my sites. I have set up my apache server's root directory to be my Eclipse workspace. But when trying to view a project i ...
1
vote
0answers
11 views
Virtual host with a directory out of the DocumentRoot
I am using Git in C:\Users\MyUser\repository and I would like test the app with an Aoache server although I have a server running right now and I need a virtual host. How would I config a virtual host ...
2
votes
1answer
35 views
Change workspace directory of eclipse to www
I have Ubuntu 12.04 installed.
I have Eclipse Indigo installed.
I have LAMP installed, with the localhost being /var/www.
However, my Eclipse workspace location is /workspace.
How can I change it ...
0
votes
0answers
37 views
Updating Apache on OS X
When I run ApacheBench (which is included in Apache) on OS X Lion I get a known error.
This is ApacheBench, Version 2.3 <$Revision: 655654 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, ...
0
votes
0answers
30 views
Having trouble setting up Subversion with LDAP authentication
I am trying to setup an SVN repository using LDAP authentication. I have configured the SVN authentications in dav_svn.conf as outlined here: ...
0
votes
0answers
32 views
Apache mod_rewrite working with http but not https
I am configuring an apache server to change URLs from [http://(IP)/users/testuser/test.html] to [http:/(IP)/~testuser/test.html]
This works fine, as such
RewriteEngine On
RewriteRule ...
0
votes
0answers
43 views
preferred location for web app files, outside of /var/www
I am very new to Linux, and I just installed Ubuntu. It really is exciting and I already installed my own apache and mysql.
The server is running.
I have my website's files under /var/www but some ...
0
votes
1answer
28 views
apache file requests and parsing
I have just run into an interesting situation at work that shot to hell my understanding of how apache2 executes php files.
I was under the impression that apache2 would determine the correct file ...
0
votes
1answer
95 views
Update Apache using MacPorts on OS X Lion Server (10.7.4)
I would like to update the existing Apache software to version 2.2.22 (currently running version 2.2.21). I would like to use Macports but I am open to suggestions. Whenever I try to install it, ...
3
votes
0answers
50 views
Are we under hacker control? [migrated]
We have a Web Server that mount Centos. Onto that WS there is an Apache (version 2.2.3) and some sites.
You can log on only if you have a certificate (for root user) or via ftp (a restricted ...
0
votes
1answer
60 views
Apache(httpd) ./configure unable to detect APR?
I installed APR(Apache Portable Runtime) by following commands:
wget http://apache.mirrors.pair.com//apr/apr-1.4.6.tar.bz2
./configure --prefix=/usr/local/apr
make
make install
Now when i ...
-1
votes
2answers
67 views
IIS vs FileZilla Server
I'm trying to setup a home server and I've never really done too much of this kind of stuff so I'm pretty confused. I'm trying to figure out what the differences are between Microsoft IIS and ...
0
votes
3answers
139 views
500 internal server error when accessing a project through localhost on wamp/apache
I installed wamp. I wanted to use Apache HTTP server instead, so deleted it. But wasn't sure if i deleted it properly. So I installed Apache HTTP server, and in the bottom right of screen where it ...
1
vote
1answer
28 views
Scripts failing to update with XAMPP
I've just installed XAMPP and I'm playing around with it.
When I run a simple PHP script:
<? echo"test";?>
everything is OK.
But when i update that script:
<? echo"test2";?>
I ...
0
votes
0answers
27 views
VirtualBox host OS fake IP for apache
I have apache installed on the guest machine. But in many scripts I have following condition:
if (!in_array(@$_SERVER['REMOTE_ADDR'], array(
'127.0.0.1',
'::1',
))) {
header('HTTP/1.0 403 ...
2
votes
3answers
74 views
Why does apache write its own process ID in httpd.pid?
I am new to apache and debugging issues caused by it. I have come to understand that when When Apache starts up, it writes its own process ID in httpd.pid in a human-readable format.
...
0
votes
0answers
23 views
Allow PHP to perform a Git Pull in Mac OS X
I've been trying to develop a simple php script that will perform a git pull, however I've been running into a problem.
My code is very simple:
chdir($directory);
$output = shell_exec('git pull');
...
2
votes
2answers
134 views
Connecting to localhost with smartphone: possible?
I am currently developing a mobile PHP project on localhost (or, to be more precise, a locally hosted website reachable at http://azgoth/) on my desktop computer and wish to check out how the design ...
0
votes
2answers
92 views
How to resolve 403 Forbidden on file placed at /var/www/html when attempting to download?
Ok so I am trying to get a file off of my server onto my desktop. I placed it at /var/www/html (where the web pages are) and when I try to download it I get 403 Forbidden. I even tried chmod 777 on ...
0
votes
1answer
23 views
apache no autorisation nfs
A folder has mount on a web server (apache) with nfs but this server can't see the folder.
I can see the folder but apache no...
Starting httpd: Warning: DocumentRoot [/mount folder/.../] does not ...
0
votes
1answer
85 views
installing Apache 2 on OpenSuse 12.1: How to treat the userid?
I have OpenSUSE 12.1 installed. I tried a lot to get the lampp on the system workin. i set it up by YAST - (with the scheme-installations) how to get it working. How to configure the apache? The ...
3
votes
2answers
55 views
Execute PHP files in mounted directory from VirtualBox host system is not working
I've set up a VirtualBox with a Debian 6.0 to act as a webserver. The host machine is my PowerBook running OS X 10.7.3.
Under /User/cb0/Sites I have a webproject in symfony that I used to develop ...
0
votes
1answer
66 views
Apache and PHP with cURL
I am running Sun server with Solaris 10/SPARC.
I had/have Apache 1.37 with PHP 5.2.1 running as a dynamic extension, and want to enable cURL support. I have tried to re-compile PHP with the ...
0
votes
0answers
40 views
Apache 404 not found instead of it works
i have virtualmin installed on my server and the problem am facing is that i get a '404 not found' message on all of my domains. However, when i create a v-host and place an index.html page, all of my ...
1
vote
1answer
138 views
Added httpd to group but webserver still cannot access files - CentOS
I want to allow web access to files without allowing other system users access to the files for the website.
I have owner:group as
bob:bob
Then I did:
usermod -a -G bob httpd
To add http to the ...
0
votes
0answers
51 views
Use AssignUserId as variable in Apache MPM ITK
I heard that the MPM-ITK module for Apache can change Apache server's behaviour to access some folder / file using the UID or GID from the default UID (www-data) into a given UID on the configuration.
...
0
votes
0answers
78 views
Config Apache HTTP Server for Eclipse
Maybe this question is silly but I really don't know how to solve.
First, as other server, I want to define new server. So, in Eclipse, I go to: Windows>Preference>Server:
1) When I add new server, ...
0
votes
0answers
93 views
WAMP / apache requests not responding
http://localhost isn't responding for extended periods of time (stopped waiting after 10 minutes), nor are any of my vhosts.
I've tried looking at the error logs and I don't see any entries since ...
0
votes
1answer
230 views
ZIP support not found: SugarCRM needs ZIP support in order to process compressed files
Ok, trying to install SugarCRM and I seem to be failing horribly.
Everything is uploaded.
Folders have write privlages (777 currently for the moment)
PHP Memory limit is at 256M
extension:php_zip.dll ...
1
vote
2answers
83 views
Virtualbox shared folder reading problems from Apache
I have a problem with files on a mounted share inside a Virtualbox machine.
The problem is that even though I can see the content of the files fine enough from the shell, the same files turn out ...
0
votes
2answers
46 views
How can I temporarily override a domain name resolution without using the hosts file?
I have 2 versions of the same website located on different IPs -- one is production, and one is staging.
The production server: is managed completely by Site5. DNS is done so that foo.com resolves to ...
0
votes
3answers
89 views
I can't seem to access my home web sever?
So I installed XAMPP and went to localhost on my web-browser and I get the XAMPP page, all seems well. I then went on no-ip and created a host: yoursite.no-ip.com. I went into my router settings to ...
0
votes
1answer
207 views
XAMPP won't start Apache on Mac OS
When I try starting Apache from the XAMPP control panel (Mac OSX Snow Leopard), I get the following error popup and Apache won't start:
/Applications/XAMPP/xamppfiles/bin/apachectl: line 70: ulimit: ...
0
votes
1answer
99 views
Trying to run Apache, but VMWare Workstation is blocking port 80
When I run Apache server it shows port 80 is busy because WMware Workstation is blocking it.
-2
votes
1answer
48 views
How to enable usedir module on Apache2 in Ubuntu?
How to enable userdir module on apahe2 on ubuntu and set the path to directory for specific user?
This statement in /etc/apache2/sites-enabled/default is making fail apache service to restart.
...
0
votes
1answer
119 views
Apache serves only the default virtualhost, ubuntu
When I type
cat /etc/apache2/sites-enabled/*
I see
<VirtualHost *:80>
ServerName myserver
DocumentRoot /var/www/
</VirtualHost>
<VirtualHost *:80>
...
0
votes
1answer
74 views
Apache 404 Not Found
I am running an apache server on my win 7 pc mostly for the purpose of serving data I control to various scripts I write for my friends.
Right now I have a resource hosted on it called ...