-
Recent Posts
Ubuntu Countdown
Archives
Recent Comments
Categories
Tags
ajax apache api bandwidth bash browsers bug config custom fields data validation Developing with Netsuite Doctrine embed error firefox forms google google analytics html HTML 5 JavaScript jQuery linux netbeans netsuite Netsuite Bugs Netsuite Errors Netsuite Sucks network override PHP PHP Framework php toolkit plugin routing sample code script search security Symfony task Ubuntu web browsers xml YML
Tag Archives: apache
javascript-common & mantis 404 problem on Ubuntu
Although my mantis install seemed to be working, I noticed that whenever I loaded the page, I recieved a number of 404 errors on the javascripts. ( 404 – /javascript/min/common.js). What really confused me is that the file was in … Continue reading
Posted in Linux, System Administration
Tagged apache, bug tracking, error, JavaScript, linux, mantis, problem, Ubuntu
Leave a comment
Apache /icons directory Index
Generally I like to add Options -Indexes to my apache config files. Naturally I was surprised to find that www.mydomain.com/icons/ was returning a standard apache index. I checked my config files and all the files remove the Index options, so … Continue reading
Posted in Linux, System Administration
Tagged apache, grep, linux, Ubuntu, web server
Leave a comment
Symfony Project Returns Apache 404
When copying a Symfony Project to a new server I noticed a problem; when I used the dev environment, everything worked fine, but when I used prod, I received a 404. They key was that the 404 came from apache … Continue reading
PHP Sessions: Can’t open directory error
When working on an Ubuntu webserver, I have noticed the following error appearing at the top of my pages every so often: Notice: session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13) Apparently this a “bug” in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/619855 For the reasons … Continue reading
