Apache configuration is text based configuration file (or set of files) which are used to configure apache httpd web server
Questions tagged [apache-config]
264 questions
0
votes
3 answers
Access Koha Staff/OPAC client over LAN network
I've installed Koha 3.6 - as provided by Vimal Kumar on Ubuntu 10.04 LTS. This works excellently.
However, I want to access the web Staff/OPAC client via LAN, so that I can open the clients on another computer (Windows 7) in addition to accessing it…

user1577937
- 1
- 1
- 1
- 2
0
votes
2 answers
Have a script to handle http errors
I would like to have pretty 404 pages, as well as other error pages.
I redirected all the errors (400, 401, 403, 404, 500, 502, 504) to my error.php.
Apache provides a lot of information in $_SERVER variable.
Do you know if there is good a ready…

Alex L
- 8,419
- 6
- 43
- 51
0
votes
1 answer
Apache loading queue problems
I now have 8GB of ram in my server, so bare that in-mind when making recommendations on how much to up settings.
Basically, Apache won't concurrently load more than one page at a time. What the hell could be causing this? This causes real problems…

James
- 5,942
- 15
- 48
- 72
0
votes
2 answers
Different page provided for Google Crawl
I have built a Twitter client that's only one page: index.html. When being used, it draws in content from JSON feeds to populate various columns. The issue is hardly any traffic is coming in from Google except for searches on the site's domain name.…

Adrian33
- 281
- 5
- 16
0
votes
1 answer
How to configure Apache2.2 to set HttpOnly and Secure parameter?
Is there a way to directly configure apache (httpd.conf) to set HttpOnly and Secure parameter .. Or it has to be done progrmatically .. I am using Windows 7

JAB
- 3,546
- 9
- 36
- 39
-1
votes
1 answer
Multiple Zend applications on same host
I'm developing a Zend application that should be installed on a host that I don't access to it. I have two problems:
On the server there is no zend-server-ce installation.
Application should be installed beside some other CMS'es like wordpress and…

sorush-r
- 10,490
- 17
- 89
- 173
-1
votes
1 answer
While starting apache with apachectl facing issue
When i am trying to start or stop apache with the command
/ebiz/apache/httpd/sbin/apachectl -k stop -f /ebiz/apache/httpd/conf/httpd.conf
Getting this error:-
/ebiz/apache/httpd/sbin/apachectl: line 122: ./httpd: No such file or directory
But when…

Keshav Kishor
- 63
- 8
-1
votes
1 answer
Redirection rule in apache with subDomain?
greetings all,
i have multi sub-domain on my domainname.com , i need to redirect www.*.domainname.com to
*.domainname.com
ex:
http://www.sub1.domainname.com
to
http://sub1.domainname.com
any ideas how to do so ?

Mahmoud Saleh
- 33,303
- 119
- 337
- 498
-1
votes
1 answer
problem of the server
I would like to inform you about the another problem of the server. When we are updating the records, it updates the records in the database but when we want to access it on the browser through the frontend application of php files it is not…

XMen
- 29,384
- 41
- 99
- 151