Results 1 to 3 of 3
  1. #1
    Elite Member noy.juan's Avatar
    Join Date
    Mar 2010
    Gender
    Male
    Posts
    1,521
    Blog Entries
    1

    Default Multi Boot OS web development setup, permission error!


    Multi OS web development setup, 403 permission error!

    here is the setup

    i have both Ubuntu and Win7 running on my laptop, so i setup a web server for both OS LAMP for ubuntu and XAMPP for win7, and both of this are pointed to an NTFS shared partition for document root, i have no problem sa ubuntu nga part i already worked that out, but for windows xampp mag ka 403 error ko... i know this is something sa permission... is there any way i can set a chmod on folder where both windows and linux would accept it? on ubuntu i put root permission sa mounted partition... but for windows i dont think naay root nga user...
    Last edited by noy.juan; 02-13-2013 at 11:07 AM.

  2. #2

  3. #3
    Elite Member noy.juan's Avatar
    Join Date
    Mar 2010
    Gender
    Male
    Posts
    1,521
    Blog Entries
    1
    i was able to fix it when i stumbled it on a other thread... i added "Require all granted" on vhost conf

    HTML Code:
    <Virtualhost *:80>
           DocumentRoot "//NTFS shared with ubuntu partition>"
           ServerName mysite.local
           ServerAlias www.mysite.local
           ErrorLog "logs/error.log"
           CustomLog "logs/access.log" combined
           <Directory "//NTFS shared with ubuntu partition">
                  Options Indexes FollowSymLinks Includes ExecCGI
                  AllowOverride All
                  Order allow,deny
                  Allow from all   
                  Require all granted # this is the part that i added to make it work
          </Directory>
    </Virtualhost>
    Now i can work on my projects wether im in ubuntu or windows, the only problem is database since they both run on separate local web server... but ill figured it one of this days...
    Last edited by noy.juan; 02-13-2013 at 02:30 PM.

  4.    Advertisement

Similar Threads

 
  1. Cebu web developer's "programming" language of choice
    By cmontoya in forum Websites & Multimedia
    Replies: 62
    Last Post: 12-30-2012, 05:58 AM
  2. Replies: 22
    Last Post: 08-11-2011, 07:42 AM
  3. Easiest Way to setup Boot Manager (Dual/Multi-booting)
    By ajboy13 in forum Windows Software
    Replies: 1
    Last Post: 07-06-2011, 11:51 AM
  4. Website for web developers
    By vandalesm in forum Websites & Multimedia
    Replies: 4
    Last Post: 09-23-2007, 06:49 PM
  5. Project Manager / Web developer / Interface designer
    By ScReWfAcE in forum Websites & Multimedia
    Replies: 3
    Last Post: 06-21-2005, 01:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top