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 ...
2
votes
2answers
743 views
Virtual hosting a tomcat webapp in Apache on RHEL 5.0
I am in a hosting fix! I have developed a web app for my organisation that allows sharing, interacting, etc. I want to DEPLOY IT ON LAN. BUT...
I don't want the end user to type: ...
0
votes
1answer
583 views
enable apache mod rewrites to load clean-urls
In CentOS, a2enmod rewrite results in “command not found” but httpd -M lists rewrite module as listed and shared. I'm trying to enable it so can then have these rewrite rule apply so I can switch back ...
1
vote
1answer
162 views
How to rewrite all subdomains except one
Right now my rewrite rule forwards all subdomains except chat.auricle.fm to the root:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*\.auricle\.fm [NC]
RewriteRule ^(.*)$ http://auricle.fm/$1 [L,R=301]
...
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 ...
1
vote
1answer
132 views
Web server won't show Drupal install page
My web server is showing an Apache 2 test page when it should be showing the Drupal install page. I've set up permissions correctly, so the last thing I've read it could be are the iptables firewall ...
1
vote
1answer
322 views
ProxyPass with Gollum wiki
I'm trying to run Gollum, a wiki that uses git, on a Debian server for personal use. Launching it without any command line options makes it listen to to http://localhost:4567, which I can access just ...
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
20 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
29 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
25 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 ...
2
votes
0answers
226 views
Can /mnt/hgfs/'shared folder' be used as apache root?
I have an Ubuntu Server (12.04) running on my development machine. It is in a VM. I have succeeded with the task of setting up Apache2, MySQL, and PHP. I can access the server from my host browser ...
1
vote
2answers
265 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.
...
1
vote
2answers
1k views
Cannot Compile Apache: “Error, SSL/TLS libraries were missing or unusable”
Arch Linux 2011.08.19 (Linux 3.4.2 i686)
Apache 2.2.22 → 2.2.22 (recompile & reinstall)
OpenSSL 1.0.1.c-1
These details are likely irrelevant, but: I’m using yaourt with customizepkg to build ...
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 ...
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, ...
1
vote
2answers
146 views
apache, tomcat context path
I have Tomcat and Apache installed in CentOS 5.
They're integrated with a help of mod_jk.so.
They both display the same in http://www.tource.com/cms/admin and http://www.tource.com:8080/cms/admin
...
3
votes
3answers
166 views
Use of variables in Apache configuration
I have a number of largely identical configuration files in my Apache2 configuration, for configuring various subdomains. In most of these configuration files, only the name of the subdomain itself is ...
2
votes
3answers
496 views
Cannot Access Webpage from Outside LAN
I have a CentOS 6.0 web server running httpd, mysql, php, and Joomla 2.5. It has a static, public IP address. I can access the webpage (which is the Joomla management console) by IP address perfectly ...
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 ...
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 ...
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 ...
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 ...
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
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 ...
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
90 views
Runtime User Privilege Management ColdFusion on CentOS cPanel
I'm needing to understand the correct workflow for managing permissions to allow the ColdFusion 9 runtime user {coldfusion} to have access to user accounts.
The germane elements ...
Centos 5.8
WHM ...
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 ...
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
87 views
Update HP-UX 11i software
I have an old HP-UX 9000/800 PA-RISC B.11.11 (11i) on hands and I'd like to update its services to newer version.
Actually, I'd like to update LD from current version B.11.18 to B.11.32; and ...
1
vote
1answer
22 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
80 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
52 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
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
85 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 ...
2
votes
3answers
740 views
How can I debug Apache, not starting upon boot
Apache is already set up as a service, since:
$ sudo update-rc.d apache2 defaults
System start/stop links for /etc/init.d/apache2 already exist.
But Apache isn't starting. How can I start ...
1
vote
2answers
121 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?

