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

3
votes
1answer
187 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 ...
0
votes
0answers
94 views

Apache/SVN: Multiple authentication methods

At work we have a subversion repository that is exposed via an Apache web server only. The repository is private and thus the webserver is in charge of authenticating the users against an LDAP. This ...
-2
votes
1answer
63 views

How can I browse my localhost in web [closed]

Is it possible to browse my localhost in web? I tried to use port forwarding in my linksys router. I am using apache tomcat web server. Do I still need to ask my ISP to give me a static IP address?
0
votes
1answer
60 views

Apache php_ldap.dll error

I have apache with php 5.4 installed on a Windows 7 64bit machine. When I restart Apache I get the following: PHP Startup: Unable to load dynamic library 'c:/PHP54/ext\\php_ldap.dll' - %1 is not a ...
0
votes
0answers
62 views

why mod_fastcgi still spawning php-cgi processes by httpd

I have been wrestling with it the whole afternoon, and finally I get it correctly, not correct enough though. at least the server execute php files as expected now. but i still have the concern, that ...
1
vote
1answer
81 views

How does client - web server mechanism of check for latest modified date work?

I know that a web browser check if a resource is modified/expired within a given timestamp to decide if downloading such resource or not. So, here come two questions: i) generally speaking how ...
1
vote
3answers
143 views

Can PHP write to a directory without 0777?

I'm making a website builder, and I have the file render.php, which needs to write to users’ directories. I don't want to give each of the users’ directories 0777, but I still need to be able to write ...
0
votes
1answer
32 views

file_exists() and mkdir($a, $b, true) do not work properly if my Apache runs in a VirtualBox and the DocumentRoot is a shared folder. Why?

I have a Windows7 PC with a hosted VirtualBox (Ubuntu). On the VirtualBox is an Apache2. The is shared to the Windows7 host. So if I use ls -l I see that the contents are owned by root:vboxsf. If ...
1
vote
0answers
276 views

Cannot resolve localhost on Mac OS mountain lion

For the longest time I was a MAMP user, until yesterday, something went terribly wrong and MAMP would no longer start mysql. Long story short I decided to ditch MAMP and just setup my own AMP server, ...
2
votes
1answer
43 views

Will it be a security issue if I set the owner of “/var/www” to group “www-data”

I'm a noob here. I would like to know whether I will have any issues if I change ownership of /var/www to www-data, and what is the significance of www-data?
0
votes
0answers
42 views

Can't start apache on port 80

I installed apache under linux in the home directory. Now, if I try to start apache it says: [Wed Feb 27 11:59:37 2013] [crit] (13)Permission denied: make_sock: could not bind to port 80 this is ...
0
votes
1answer
107 views

How to host multiple sites from virtual box Ubuntu lamp stack

I'm pretty close to doing what I want, but alas, the solution to the final hurdle eludes me. Essentially I'm trying to get to a position where I can host multiple sites on one vb and access them using ...
0
votes
1answer
35 views

How to map a directory to a folder on file system in apache?

i have some folders: ~/dev/php/public and ~/dev/php/private~ in apache, how can i make domain.com/php/public go to ~/dev/php/public? and the same with private? they are on the same domain so i dont ...
0
votes
0answers
30 views

How determine Apache document root

The apache on my mac osx server is not using /library/webserver/documents. I set DocumentRoot to /Library/WebServer/Documents in the httpd.conf file. But it tells me I have no permission. The files ...
1
vote
0answers
49 views

For developing multiple LAMP stacks; some mini-PC's or some USB boot images? [closed]

This would include best performance and require some storage of course ++ my other requirements... I want to create a few LAMP Stacks for web-development, so we can for example have debuging on and ...
1
vote
1answer
69 views

How would Apache or Compressed HTTP react to a zip bomb?

inspired by Compress a 1GB file into 200_MB? and the related comments: Many webservers today use a zipped HTTP Version (Gzip afaik). How would Apache or any other server react to a zip bomb? Since ...
0
votes
0answers
16 views

Filename issues

Server is ubuntu 10.04 with apache installed. I have a file named picture.png and a file named picture.jpg. If I enter in the address bar www.mysite.com/picture, the png show up, but if I enter ...
0
votes
1answer
35 views

Allow access from internal files, but denying access externally

I am trying to figure out how to deny access of a font on a website from external access. This means the user should be denied if they point their browser to the url While still allowing the css ...
0
votes
1answer
36 views

“Error loading data from server: Server error.” - help on configuring VisualEditor and Parsoid extensions for MediaWiki on localhost?

I've been having issues with Parsoid and VisualEditor recently, getting this error everytime I try to edit the page: Error loading data from server: Server error.
2
votes
1answer
173 views

Going crazy with php5apache2_4.dll not found

I have a computer with Win XP SP3 and I was going to install a WAMP system on it. I already had a pwerfectly working WAMP (Uniform Server, it is a portable wamp that works on usb stick) on another ...
-1
votes
1answer
27 views

How to associate a URL with a domain? [closed]

I am working on different apps and for promotion I want to use Worpdress based Landing pages. Installing WP for each product is a silly idea. What I want to use WP based relevant themes as POST and ...
0
votes
0answers
40 views

Compiling apache 1.3: wrong getline version

For study purposes I need to compile/install a 1.3 version of Apache web server. I got this error: http_protocol.c:532:12: error: conflicting types for ‘getline’ In file included from ...
-1
votes
1answer
76 views

How to find out what port my localhost is on

I am having a interesting problem a followed a guide to setup mamp all seperately on my local machine from this site Heres the hitch at one point we setup local host when I visit ...
0
votes
0answers
37 views

How to display assets on localhost

I'm trying to run a site on a MAMP stack, but when I load a page the assets aren't showing up. I inspected the Net tab in Firebug, and my stylesheet tags are pointing to the right CSS files, but the ...
0
votes
0answers
114 views

Setting up port forwarding on router to serve apache on a Mac

I have setup port forwarding on my router to Mac. When I try I enter my IP address the browser just times out and my router just resets. Now when I port forward to my NAS server everything works ...
2
votes
1answer
57 views

php sessions - is it possible to trigger a server script executed by a DIFFERENT user than www-data?

i am running a php+mysql site on a lamp ubuntu cloud server (amazon ec2). i use php sessions. the apache php user is called www-data. for every session (SID), i need to create a temporary folder ...
0
votes
3answers
103 views

Access Host and VirtualBox from systems on external network

Ok here's the situation. I am running an Ubuntu Operating System as a VirtualBox instance in Windows 7. The main system, Windows 7, and the Ubuntu OS have Apache installed. Now my main system ...
0
votes
1answer
192 views

Prevent high load average caused by apache

I've a remote server running Apache with some websites. Sometimes load average rises too much, and webserver is unresponsive I think it's caused by apache, but i can't check because ssh session is ...
0
votes
1answer
43 views

Accessing ports remotely

I have a fedora server on a local network which I can access through VNC. I am trying to install a JIRA plugin called Activity timeline, these are both built using Java. When I log into VNC and ...
0
votes
0answers
30 views

How do I upload to a directory with 777 permissions via the browser?

I'm on Centos and Apache is installed. Say I made one of my directories with 777 permissions. What are some possible ways to write to that directory?
0
votes
1answer
51 views

Move daemon to its own non admin user account

I am running a Ubuntu server instance. It's on EC2 so the default setup is a admin account(I know it's not root) named Ubuntu. I have already installed Apache HTTP 2.4 from source, but realized I ...
0
votes
0answers
34 views

How to register subdomain for a development Apache server?

I just configured dnsmasq for my lan in Home and I'm playing with its config and all that. I managed to set up a domain, intranet.fusiondev.com.ar. Pinging to jorgee-pc.intranet.fusiondev.com.ar ...
0
votes
0answers
94 views

WebDav Mounting errors

I just set up WebDav on Apache server. I enabled all needed libraries that are required and put this code into httpd-dav Alias /disk "C:\disk\derp" <Directory "C:\disk\derp"> Dav On Order ...
1
vote
0answers
158 views

Apache 2.2 segfaults at restart with Phusion Passenger 3.0.19

When I restart Apache 2.2.22 prefork (as installed from Debian Testing) if the Passenger 3.0.19 module is enabled then sometimes (about 50% of the time; I can restart dozens of times with the module ...
3
votes
1answer
38 views

Convention on directory of file outside /var/www

By /var/www I am generically referring to the document root for Apache. Often times you want to work with files, but don't want them inside the doc root (PHP examples come to mind). The general ...
0
votes
1answer
219 views

Default chown for new files | ubuntu 12.10

My www files is located at ~/www, and I change the owners of the files to myuser:www-data. However, when I create new file by the user, it doesn't get the group (www-data) by his owner. How can I ...
0
votes
0answers
89 views

Port 80 on Windows 2003 Server [closed]

Need help here... Either I have disabled the RRAS and WF/ICS or enabled one of them, but still, I couldnt reach my webserver through port 80 externally (access from the internet), but I could reach ...
3
votes
2answers
149 views

Using linux system accounts for SVN

I am trying to set a svn server to use the linux system account for authentication instead an independent htpasswd file. I use Fedora 16 and followed this manual in order to install and set up ...
0
votes
2answers
79 views

How can I print the mysql full process list to a file?

After I run the command in mysql SHOW FULL PROCESSLIST\G, it displays me a really long list of mysql processes and I'm only able to read the last 10 processes. Is there any way I could paginate or ...
0
votes
1answer
26 views

Testing subdomains locally

I have my development server on a locally hosted virtual machine. The VM is running Ubuntu and the host is Windows 8. I have samba installed on the VM, so I can access it by hostname. Everything works ...
0
votes
0answers
258 views

localhost/username returns Forbidden on OS X 10.8

I have on my Mac (OS X 10.8), Apache 2.2.22 and PHP 5.4 configured. I'm now trying to get http://localhost/username working. I've symlinked /Library/WebServer/Documents/username to /Users/username/www ...
0
votes
1answer
86 views

no Apache 2.4 win32 binary?

I am wondering, is it just me or everybody, that Apache doesn't have the Win32 binary on their site? If it thus, then where can I download the latest version Apache 2.4.3?
1
vote
1answer
92 views

Redirect invalid paths using .htaccess (e.g. “home.php/xyz”)

I am running Apache 2.4.2 on my local server. My website's .htaccess file is as follows: DirectoryIndex home.php Options -Indexes ErrorDocument 404 /404.php This works great at displaying an HTTP ...
0
votes
0answers
79 views

Zip File Doesn't Appear in Apache Directory (Centos)

I'm testing Centos 6.3 on my laptop. It's kind of a confounded thing that when I place example.zip in /var/www/html/folder, I can't see it at http://www.mysite.com/folder. The command that I run to ...
1
vote
0answers
50 views

Localhost slow on desktop, not on laptop

I am using XAMPP Lite on my desktop and laptop, which uses Apache for the web-server and also supports PHP. My locally hosted image gallery PHP program has its page elements (100s of thumbnails) ...
0
votes
2answers
150 views

Apache Virtual Hosts: Document Root as remote IP instead of local folder

I was wondering if I could point say ftp.foo.com to like 192.168.1.76 using Document Root. I have two servers, one contains all of the Apache2 stuff, the other, my downloads server. Could I route HTTP ...
0
votes
3answers
29 views

What is the passphrase-file in apache2?

I'm referring to this question. What is the 'passphrase-file' mentioned in here? Please clarify.
1
vote
1answer
127 views

gksudo nautilus doesn't work. Ubuntu Terminal

I'm trying to open my /etc/apache2 folder through terminal. I tried running gksudo nautilus and gksu nautilus. Both doesn't show anything and do not show any errors in terminal. But nautilus works ...
0
votes
0answers
30 views

Configuring Apache on OSX with multiple ports

I'm trying to configure the Apache server on my Mac like this: localhost:80 - /Library/WebServer/Documents/website1 localhost:67 - /Library/WebServer/Documents/website2 That is, I should see ...

1 2 3 4 5 18