and everthing is fine… credit goes to Sudev KK for help for the installation…
But now stuck with this permission error… when i enter http://localhost:8080 in browser this is the error i get
“Forbidden
You dont have permission to access / on this server. Apache/2.2.22 (Ubuntu) Server at localhost port 8000”
I have done ths installation in "/home/gans022/erpnext/ folder
My apache/httpd user and group … its in root and www-data
in procedure no 8. go to erpnext folder and run chown -R apache:apache * or chown -R _www:_www *. This will make the erpnext folder accessible to apache webserver. i have done this with chown -R www-data:www-data * and i even tried chown -R root:root * but nothing worked
This is what i have written in erpnext.conf file
Listen 8000
<VirtualHost *:8000>
ServerName *
DocumentRoot /home/gans022/erpnext/
AddHandler cgi-script .cgi .xml
Options -Indexes +FollowSymLinks +ExecCGI
RewriteEngine on
RewriteRule .py - [F]
## uncomment below lines if required #Order allow,deny #Allow from all
DirectoryIndex index.html index.cgi
</VirtualHost>
i have tried “chmod 777 /home/gans022/erpnext/” still haveing bad luck…
Plz help me with what kind of PERMISSION i have missed out in this… for apache server…
–
You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
and everthing is fine… credit goes to Sudev KK for help for the installation…
But now stuck with this permission error… when i enter http://localhost:8080 in browser this is the error i get
“Forbidden
You dont have permission to access / on this server. Apache/2.2.22 (Ubuntu) Server at localhost port 8000”
I have done ths installation in "/home/gans022/erpnext/ folder
My apache/httpd user and group … its in root and www-data
in procedure no 8. go to erpnext folder and run chown -R apache:apache * or chown -R _www:_www *. This will make the erpnext folder accessible to apache webserver. i have done this with chown -R www-data:www-data * and i even tried chown -R root:root * but nothing worked
This is what i have written in erpnext.conf file
Listen 8000
<VirtualHost *:8000>
ServerName *
DocumentRoot /home/gans022/erpnext/
AddHandler cgi-script .cgi .xml
Options -Indexes +FollowSymLinks +ExecCGI
RewriteEngine on
RewriteRule .py - [F]
## uncomment below lines if required #Order allow,deny #Allow from all
DirectoryIndex index.html index.cgi
</VirtualHost>
i have tried “chmod 777 /home/gans022/erpnext/” still haveing bad luck…
Plz help me with what kind of PERMISSION i have missed out in this… for apache server…
–
You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
and everthing is fine.. credit goes to Sudev KK for help for the installation..
But now stuck with this permission error.. when i enter http://localhost:8080 in browser this is the error i get
"Forbidden
You dont have permission to access / on this server. Apache/2.2.22 (Ubuntu) Server at localhost port 8000"
I have done ths installation in "/home/gans022/erpnext/ folder
My apache/httpd user and group ........... its in root and www-data
in procedure no 8. go to erpnext folder and run chown -R apache:apache * or chown -R _www:_www *. This will make the erpnext folder accessible to apache webserver. i have done this with chown -R www-data:www-data * and i even tried chown -R root:root * but nothing worked
This is what i have written in erpnext.conf file
Listen 8000
<VirtualHost *:8000>
ServerName *
DocumentRoot /home/gans022/erpnext/
AddHandler cgi-script .cgi .xml
Options -Indexes +FollowSymLinks +ExecCGI
RewriteEngine on
RewriteRule \.py - [F]
## uncomment below lines if required
#Order allow,deny
#Allow from all
DirectoryIndex index.html index.cgi
</VirtualHost>
i have tried "chmod 777 /home/gans022/erpnext/" still haveing bad luck..
Plz help me with what kind of PERMISSION i have missed out in this.. for apache server..
–
You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
and everthing is fine.. credit goes to Sudev KK for help for the installation..
But now stuck with this permission error.. when i enter http://localhost:8080 in browser this is the error i get
"Forbidden
You dont have permission to access / on this server. Apache/2.2.22 (Ubuntu) Server at localhost port 8000"
I have done ths installation in "/home/gans022/erpnext/ folder
My apache/httpd user and group ........... its in root and www-data
in procedure no 8. go to erpnext folder and run chown -R apache:apache * or chown -R _www:_www *. This will make the erpnext folder accessible to apache webserver.
i have done this with chown -R www-data:www-data * and i even tried chown -R root:root * but nothing worked
This is what i have written in erpnext.conf file
Listen 8000
<VirtualHost *:8000>
ServerName *
DocumentRoot /home/gans022/erpnext/
AddHandler cgi-script .cgi .xml
Options -Indexes +FollowSymLinks +ExecCGI
RewriteEngine on
RewriteRule \.py - [F]
## uncomment below lines if required
#Order allow,deny
#Allow from all
DirectoryIndex index.html index.cgi
</VirtualHost>
i have tried "chmod 777 /home/gans022/erpnext/" still haveing bad luck..
Plz help me with what kind of PERMISSION i have missed out in this.. for apache server..
–
You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
Forbidden is a straight and simple file access issue. Maybe you are pointing to the wrong folder (if you have multiple copies of erpnext). Maybe the user you have set in your apache.conf file is not www-data.
----------------------------------------------------- ERPNext - Business Operating System
and everthing is fine.. credit goes to Sudev KK for help for the installation..
But now stuck with this permission error.. when i enter http://localhost:8080 in browser this is the error i get
"Forbidden
You dont have permission to access / on this server. Apache/2.2.22 (Ubuntu) Server at localhost port 8000"
I have done ths installation in "/home/gans022/erpnext/ folder
My apache/httpd user and group ........... its in root and www-data
in procedure no 8. go to erpnext folder and run chown -R apache:apache * or chown -R _www:_www *. This will make the erpnext folder accessible to apache webserver.
i have done this with chown -R www-data:www-data * and i even tried chown -R root:root * but nothing worked
This is what i have written in erpnext.conf file
Listen 8000
<VirtualHost *:8000>
ServerName *
DocumentRoot /home/gans022/erpnext/
AddHandler cgi-script .cgi .xml
Options -Indexes +FollowSymLinks +ExecCGI
RewriteEngine on
RewriteRule \.py - [F]
## uncomment below lines if required
#Order allow,deny
#Allow from all
DirectoryIndex index.html index.cgi
</VirtualHost>
i have tried "chmod 777 /home/gans022/erpnext/" still haveing bad luck..
Plz help me with what kind of PERMISSION i have missed out in this.. for apache server..
–
You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.