The apache web server.
0
votes
1answer
38 views
Apache subdomain can not be resolved
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName domain.no-ip.org
ServerAlias www.domain.no-ip.org
DocumentRoot /var/www/main
ErrorLog ...
0
votes
0answers
20 views
Configure Redmine with Apache with Passenger
Hello I have installed redmine on Arch Linux on my Virtual box and I am successfully able to run my redmine with the help of webrick server.
Now I want to run the same app from the apache with the ...
1
vote
1answer
42 views
Binding a particular IP to a port in apache2
In How to set-up a online SVN server on my laptop I asked to give access to my SVN server installed on my laptop to some of my friends siting in another part of country.I set-up a SVN server.I was ...
2
votes
1answer
42 views
How to set-up a online SVN server on my laptop
I had created a local SVN server on my laptop running Ubuntu 12.04 and its working perfectly fine. Now I want to make my laptop as server for some valid users who can access my SVN server though ...
0
votes
0answers
23 views
Missing configuration in Apache to achive mutual SSL authentcaion
After implementing a Mutual Certificate Authentication with OpenSSL and Apache Web Server on CentOS platform, I tried this scenario (see this diagram):
----------
...
0
votes
0answers
32 views
How to determine the sequence of ordering certificates by browser?
I did a Mutual Certificate Authentication implementation with OpenSSL and Apache Web Server on CentOS platform. To simple explanation see this diagram:
----------
| ...
1
vote
1answer
21 views
Executing commands with PHP: using normal user, but its home directory is /root
I'm using a custom compiled installation of Apache + PHP, listening on port 80.
Apache is configured to run as a normal user, with the proper settings User and Group of the httpd.conf file.
After ...
0
votes
2answers
30 views
Is it not possible to store my local websites in my Dropbox folder?
I have a bunch of web sites that I develop, and I run an Apache server locally to do debugging and design. The web sites use Apache, PHP, and MySQL. To be clear, my Apache server is not serving these ...
2
votes
1answer
33 views
Benchmarking Apache using ab
I was doing some performance testing for Apache using ab. Apache in our case is only working as a load balancer balancing load between two Liferay servers.
Initially, I did the testing for 1000 ...
0
votes
1answer
26 views
centos httpd.conf set different ip for a directory
I have 3 ips in my server, i want use them to increase twitter api limits.
How to set a different ip for a directory in centos 6.1 httpd.conf (apache 2.3.1)
I added these line in the bottom of ...
1
vote
1answer
60 views
LAMP Server setup for personal development
I am setting up a LAMP server in VirtualBox for personal development. This will be an Ubuntu Server 12.04 install, and I will be using Virtual Hosts for Drupal, Yii, and other small PHP apps. Ideally ...
0
votes
0answers
23 views
Why does my Mountain Lion computer have Apache 2.2.22 shut down almost as soon as it starts?
[Sun Apr 21 17:29:00 2013] [notice] caught SIGTERM, shutting down
[Sun Apr 21 17:30:15 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
httpd: Could not reliably determine ...
3
votes
1answer
32 views
Where do I set FollowSymLinks?
I have just set up an Apache 2.2 server on a new Linux Mint installation. I am recreating a previous set up I had on an old Ubuntu machine.
On my previous computer, I had to enable FollowSymLinks in ...
2
votes
2answers
63 views
Can I duplicate my Apache server settings on a new Linux install?
I have an Apache 2 server set up on my computer that I use for local testing. To be clear, it is not hosting sites on the internet. It's just for local debugging and designing.
I was using Ubuntu ...
1
vote
2answers
39 views
Arch Linux: I get 500 error when trying to open PHP file
I get the HTTP Error 500 (Internal Server Error) error with Chrome when trying to open a simple PHP file.
I have installed Apache and PHP correctly as instructed in this article. Including the PHP ...
3
votes
1answer
60 views
Configuring Apache to Require a Client Certificate
I want to implement mutual authentication (two - way ) with apache web server.
References :
1.Failed to sign CSR with the CA root key
2.Firefox error message when adding client certificate ...
0
votes
0answers
38 views
Apache won't read file which are being actively written
I want to show a log via a webpage. Every 0.5 seconds a script replaces the data in the log with the newest measurements. When this script is running and updating the file I cannot see the file in the ...
0
votes
1answer
43 views
Use an existing wampserver from a windows partition on linux mint
I dual boot Windows 7 and Linux Mint 14.
I have wampserver installed on Win 7 and have a couple of websites already set up there.
Is it possible to use that same installation apache/mysql/php ...
2
votes
2answers
85 views
Ubuntu Bash - Changing permissions to user files for automating Apache VirtualHost creation
Moved here from AskUbuntu
I currently have a small Ubuntu Server 12.04 machine (test environment) with about 3 non-root users created. Each user has their own public_html directory under their ...
0
votes
1answer
56 views
Arch Linux: Apache just isn't interpreting the index.php files
Title is self explanatory.
I'm on Arch Linux, I installed the apache, php, php-apache and mariadb packages.
I have added the following line to the /etc/httpd/conf/httpd.conf file:
LoadModule ...
1
vote
1answer
23 views
See which file using postfix
I have a - what I think Malware - problem on my site. Using my server to send spam mail. When running top and SHIFT+M I get the following:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ ...
-2
votes
1answer
41 views
Looking for a yum package repository containing apache subversion
I'd like to be able to install Apache Subversion on Red Hat with yum. Can anyone recommend a package repository?
1
vote
1answer
23 views
(Ab) use Apache as a proxy
I have a publicly available Apache server. Is it possible to redirect all incoming requests (e.g. http:// publicname/test/) so that all accesses to /test/ are redirected to another server (in the ...
1
vote
0answers
81 views
Debian - Apache 2.2 & mod_php - memory usage
I have a memory problem with my servers (Debian 6.0) where is installed Apache httpd 2.2, mod_php and APC.
Actually it seems that httpd allocate all available memory (4GB) when is waiting too much ...
1
vote
0answers
88 views
Apache created files and its permissions for CentOS 6.x
In short, I have an authenticated HTTP-POST that:
posts a jpg image (created as 666 apache:www) into /directory1 (777 ftpuser:www)
creates /directory2 (created as 666 apache:www) in a 777 ...
-2
votes
2answers
66 views
Linux distrib with apache and mysql pre installed [closed]
Is there a Linux distro with apache and mysql pre installed?
I just want a light and fast installation of apache + mysql + ftp server + phpmyadmin
1
vote
0answers
53 views
403 Forbidden on Sub-Folders
I am a Linux newbie and decided to do a LAMP install to start getting more familiar with it (as our company is moving more towards nix these days). Everything went great and PHPMyAdmin, MySQL, ...
2
votes
1answer
112 views
Restrict two way SSH and Apache authentication to non-local networks
I am using Google's open-source PAM module for two-way authentication for SSH logins and certain Apache directives. It works great, however I would like to use this only when trying to log in from an ...
1
vote
1answer
146 views
Transferring Files SSH SCP Error Message: 'Stdin: is not a tty'
I am using a Macbook SSH terminal and generated RSA key pairs and uploaded remote id_rsa.pub with approved permissions. I can connect with remote Apache web server. I can create, open, move, modify ...
1
vote
2answers
49 views
How do Apache2 VirtualHosts get resolved?
As I understand it, when you request a url from a website using your browser, it asks the DNS server that the OS is pointing at if it knows the ip address that relates to the dns-name of the server; ...
1
vote
2answers
87 views
Cannot access to web server, but can ssh to it
I have a Ubuntu server but there are some weird things I can't understand.
I cannot ping to the server via IP address, but I can ssh to it. I can access to apache server inside the server via command ...
1
vote
1answer
154 views
Use server name instead of IP address
Installed apache 2 in my Ubuntu server and I use many web application like osc, glpi.
To browse these applications I have to write @ip/glpi in browser. my purpose is to use servername instead of ip ...
1
vote
0answers
69 views
mod_rewrite: undefined symbol: lstat error
I compiled the mod rewrite for apache (version 1.3.0) however, when I try to run the server I have this error about mod_rewrite:
Syntax error on line 27 of /home/myuser/apache/etc/httpd.conf:
Cannot ...
1
vote
2answers
122 views
Ubuntu: can't find ndbm.h
I need to compile an old apache version, 1.3 and compilation process fails because:
mod_auth_dbm.c:77:18: fatal error: ndbm.h: File or directory not found
where is it?
1
vote
1answer
491 views
Apache installation configuration can't find PCRE? ( pcre-config for libpcre not found )
These are the requirements and instructions on how to install Apache on Linux.
http://httpd.apache.org/docs/current/install.html
So I've installed everything (c++ compiler, apr and apr-util) to be ...
0
votes
1answer
101 views
Server returning 'Not Found' for “www.host.com” but not “host.com”
My server is returning the correct paths for all of my domains as long as they are not prefixed with www. The following is one of my domains in it's simplest form:
<VirtualHost *:80>
...
1
vote
1answer
80 views
AIX apache rpm dependencies
I am evaluating the Crowd SSO by Atlassian. Now to get apache to use CROWD for authentication, there is a connector available by the vendor.
Problem
Unfortunately they do not provide anything for ...
0
votes
0answers
78 views
How to solve 2038 swfupload error?
I use swfupload on my debian server. I have already increased limits in my php options too.It gives me 2038 error after 500-600MB uploading. I can upload files with 200mb, or 300MB, but can't upload ...
1
vote
1answer
100 views
(debian) installing mod_qos on apache results in error on start
I installed the mod_qos module using the steps found here, every step went perfectly fine without any problems, however, when attempting to restart the apache service it returned the following error:
...
2
votes
0answers
35 views
Problem with encrypting /var/www and ikiwiki
I tried to encrypt /var/www with encfs. To do so I did following:
mv /var/www /var/www.bak
mkdir /var/www_enc
encfs --public /var/www_enc /var/www
cp -a /var/www.bak/* /var/www/
/etc/init.d/apache2 ...
0
votes
0answers
181 views
centos 6.3 apache local network not working
I have clean installed centos, apache, mysql, php and have my php pages running fine at 192.168.1.66. I type that ip in on another computer (macbook) on the same network and get nothing. Page time ...
0
votes
0answers
101 views
Problem setting up DVWA in Wheezy 64 bits
I'm trying to get running Damn Vulnerable Web Application in a virtual machine with Wheezy. The easy way if it was 32 bits is install XAMPP and copy the dvwa to htdocs. However I'm using 64 bits and I ...
2
votes
1answer
58 views
Apache boot without asking for passwd
So I'm maintaining a server which has a verified SSL certificate setup, however there is a password on the private key and so whenever apache is reboot, we get a message asking for the password. This ...
0
votes
0answers
79 views
Apache mod_security: Protocol anomaly being triggered by Mod_PageSpeed. FP?
I have this same problem but i couldn't find an answer:
We run Google mod_pagespeed to improve performance through caching and HTML/CSS re-writing. The following rule has triggered:
Access denied ...
1
vote
2answers
267 views
How can I get Apache2 in OpenSUSE to map /srv/www/htdocs/index.php to localhost?
If the document root for Apache in OpenSUSE is /srv/www/htdocs and that folder only contains my website with its own index.php file, entering "localhost" in a browser should take you to the homepage.
...
5
votes
1answer
82 views
Slow ikiwiki after first run
I have local ikiwiki on my notebook (with apache as local webserver). When I save an edit the first time after booting and logging in, saving is very slow (but the second time saving is at normal ...
3
votes
0answers
160 views
MySQL stop/waiting issues; “can't connect … through socket”
So this was my first time putting up a LAMP stack on a Bodhi machine (previously experience with WAMP, and LAMP on 10.04); I got Apache going, and a Drupal install begun, then I go to create a new ...
0
votes
1answer
274 views
Installing Ioncube loaders without issues CentOS 5.9
Seem to be having issues installing Ioncube loaders on CentOS 5.9. I followed this guide to install Ioncube:
but it's still not working on the site at all, I keep getting this error on BoxBilling, ...
2
votes
2answers
144 views
Apache server redirects main domain to https
I have this server with multiple domains running CentOS 6.2 and Apache. This server has a SSL certificate installed and working well.
Every time I browse to the main domain, without adding http:// it ...
0
votes
0answers
100 views
DocumentRoot Sniffing in BASH
I have a quick question about Apache DocumentRoot sniffing using a BASH script. I have created a script that seems to work fine on my Ubuntu system. I have loosely tested the file on OS X and that ...

