Re: Newbie - web server user for tmp

2009-02-04 Thread neridaj
Running ps aux | grep httpd returned the following: root 5886 0.0 4.0 205960 20460 ?S20:33 0:05 gedit /home/jason/Desktop/httpd.conf sudo gedit /etc/apache2/ apache2.conf jason 7801 0.0 0.1 7452 880 pts/0R+ 22:08 0:00 grep httpd I ran chown -R jason

Re: Newb - editing httpd.conf for mod_rewrite

2009-02-04 Thread neridaj
directory and set AllowOveride All to this blank httpd.conf file.  That would be fine. Regards, Lakshmi On Tue, Feb 3, 2009 at 1:53 PM, neridaj neri...@gmail.com wrote: Hello, I've setup CakePHP on OSX and am now trying to set things up on Ubuntu 8.10. When I modified the httpd.conf

Newb - editing httpd.conf for mod_rewrite

2009-02-03 Thread neridaj
Hello, I've setup CakePHP on OSX and am now trying to set things up on Ubuntu 8.10. When I modified the httpd.conf file on OSX there was a directory section for the DocumentRoot, however, when I open the httpd.conf file on Ubuntu the file is blank. Do I just add a new DocumentRoot directory and

Re: Newbie - web server user for tmp

2009-02-03 Thread neridaj
I'm using Linux. On Feb 3, 12:00 am, Lakshmi sla...@gmail.com wrote: Hi, Are you using Windows or Linux?  If windows, please install a web server like XAMPP.  Will help you have both CakePHP and MySQL. Regards, Lakshmi On Tue, Feb 3, 2009 at 1:09 PM, neridaj neri...@gmail.com wrote

Newbie - web server user for tmp

2009-02-02 Thread neridaj
Hello, I'm trying to set things up for CakePHP and was unsure how to figure out who the web server user is, and how to then change the permissions for the tmp directory to make it writable by that web server user. Thanks for any help, J --~--~-~--~~~---~--~~ You

Simple auth problem

2009-01-22 Thread neridaj
Hello, I just started using CakePHP and can't get the AuthComponent to accept a valid username and password - I keep getting Login failed. Invalid username or password. I've set up a users table in my db with the login credentials set to: username: username password: password Here is my code:

Re: multiple httpd.conf files

2009-01-15 Thread neridaj
I installed from the svn trunk and I have the .htaccess file in my 1.2.x.x folder under the DocumentRoot - /Library/WebServer/ Documents, are you saying that I need to copy this file to my apache directory? I tried copying that file to /opt/local/apache2/htdocs but it made no difference. On Jan

Re: mod_rewrite problems

2009-01-15 Thread neridaj
I tried adding that line in the 1.2.x.x .htaccess file as well as the / app .htaccess file with no luck. On Jan 15, 8:53 am, Smelly_Eddie ollit...@gmail.com wrote: Try adding  RewriteBase / just after RewriteEngine On in your htaccess files. When I was on godaddy i found this to be a

Re: mod_rewrite problems

2009-01-15 Thread neridaj
your apache config in order for changes to take effect. Cheers, Graham On Thu, 15 Jan 2009 10:15:38 -0800 (PST), neridaj neri...@gmail.com wrote: I tried adding that line in the 1.2.x.x .htaccess file as well as the / app .htaccess file with no luck. On Jan 15, 8:53 am, Smelly_Eddie

mod_rewrite problems

2009-01-14 Thread neridaj
Hello, I've edited my httpd.conf file as instructed and can't get mod_rewrite working. Any suggestions? /etc/httpd/httpd.conf: LoadModule rewrite_module libexec/httpd/mod_rewrite.so DocumentRoot /Library/WebServer/Documents Directory /Library/WebServer/Documents # # This may also be

multiple httpd.conf files

2009-01-13 Thread neridaj
Hello, I just installed cake version 1.2.0.7962 and was going through the blog tutorial when I got the generic index page because there is a problem with my httpd.conf. I ran locate and found quite a few different httpd.conf files: $ locate httpd.conf