5
Dual stack Apacheview story

http://askubuntu.com – I have an Ubuntu 12.04 server with a number of IPv4 addresses and a /64 of IPv6 addresses. I have it responding to its IPv6 addresses with ping6. (HowTos)

5
Unable to loop through cURL commandview story

http://unix.stackexchange.com – I am able to execute individual cURL commands using, curl -u user:password -v -XPOST -H 'Content-type: text/xml' -d '<featureType><name>quadrella_indica</name></featureType>' http://localhost:8080/geoserver/rest/workspaces/opengeo/datastores/speci... But I need to loop through the entire list of shp file and so, for f in *.shp do a=${f,,}; curl -u (HowTos)

5
Apache 'You don't have permission to access / on this server'view story

http://askubuntu.com – I just install apache2 on ubuntu,the default www directory is /var/www/ I use ln to link it to '/media/Software/Program Files/wamp/www/' at the windows directory,but the apache shows 'You don't have permission to access / on this server',Then I use 'sudo chmod -R 777 /media/Software/Program\ Files/wamp/www/' to set the permission,but it didn't work,and nothing changed when I saw the permission i (HowTos)

5
Awesome Apache Monitoringview story

http://unix.stackexchange.com – I'm doing some research into how I can collect and graph useful statistics from apache per vhost: Bandwidth Usage Number of requests Errors Busy workers Free workers Queued/Waiting requests Bonus points for solutions including average performance for: Request time Requests / second Requests per keep alive connection All of the above overall rather than per vhost I've been spoiled by awesom (HowTos)

5
How to create apache Alias ubuntu 12.10view story

http://askubuntu.com – I have installed the LAMP on my Ubuntu 12.10. (HowTos)

5
[all variants] Apache2 subdomain configurationview story

http://ubuntuforums.org – Apologies if this is in the wrong section. I'm attempting to set up a subdomain but the sub keeps redirecting back to my main site. Here are the two files I've edited (in addition to enabling the default site) and I've also added a CNAME for the subdomain pointing to the server IP. /etc/apache2/httpd.conf: Code: <Directory /var/www/admin> AllowOverride AuthConfig </Direct (Hardware)

5
Can not explain ACL behaviorview story

http://unix.stackexchange.com – So this is situation: got server for web-developers. There are many developers. All developers + PHP + Apache belongs to www group. (HowTos)

5
I need apache to proxy websocket messages to Thinview story

http://serverfault.com – I am developing a Rails application that make use of websockets. In my development environment everything was working and all browsers were able to handle data pushed from my Thin Rails server. Unfortunately it is not working on the server. The server currently runs Apache2 that is supposed to proxy websockets to Thin which runs on 127.0.0.1:3000. (HowTos)

5
PHP errors not being displayedview story

http://serverfault.com – I'm using PHP with Apache on Ubuntu 12.10. Errors are not being displayed to the browser for some reason and I can't figure it out. I have the following in my php.ini file: error_reporting = E_ALL & ~E_DEPRECATED display_errors = On display_startup_errors = On log_errors = On I am also positive that I have edited the correct ini file by verifying it with php_ini_loaded_file(). (HowTos)

5
The People Who Support Linux: Brazilian Developer Hacks Health Care with BeagleBoard and Androidview story

http://www.linuxfoundation.org – A few years ago, Brazilian developer Daniel Neis Araujo couldn’t imagine building open source health care equipment that could compete with traditional and respected proprietary solutions. (General)