<h1 style="font-weight: normal;"><font size="2">Dear SER Users,</font></h1><br>I've a problem with Serweb and I hope somebody could help me out<br>I
know this problem was already talked about but i never saw a solution
to it, so I'll post it again hoping somebody will know how to solve
this mistake.
<br>So the problem is that when i try to put serweb working in my firefox browser the following error is shown:<br><h1>Forbidden</h1>

<p>You don't have permission to access /serweb/index.html
on this server.</p>

<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>

<hr>
<address>Apache/2.2.0 (Fedora) Server at xxx.xxx.xxx.xxx Port 80<br><br><br>I think i installed everything correctly.<br></address>I'll show some of the configurations I've made<br><br><span style="font-weight: bold;"><span style="font-weight: bold;">



#1 - </span>In &quot;/etc/php.ini&quot;</span> I changed the memory limit from 8 to 12M because of the Serweb extension classkit.so<br>…<br>memory_limit = 12M<br><br><span style="font-weight: bold;"><span style="font-weight: bold;">



#2 - </span>I used pear to install classkit.so</span><br><br>pear install &lt;path to classkit-0.4.tgz&gt;<br><br><span style="font-weight: bold;"><span style="font-weight: bold;">#3 - </span>In &quot;php.ini&quot;</span>


<br>…<br>;;;;;;;;;;;;;;;;;;;;;;
<br>; Dynamic Extensions ;<br>;;;;;;;;;;;;;;;;;;;;;;<br>…<br>extension=classkit.so<br><br><span style="font-weight: bold;"><span style="font-weight: bold;">#4 - </span>In &quot;/serweb-0.4/config/config_data_layer.php&quot;:
</span>
<br>…<br>$config-&gt;data_sql-&gt;host[$i]['host']=&quot;&lt;IP MySQL Server&gt;&quot;;<br>…<br>$config-&gt;data_sql-&gt;host[$i][<div>'user']=&quot;&lt;DB User&gt;&quot;;<br>$config-&gt;data_sql-&gt;host[$i]['pass']=&quot;&lt;User password&gt;&quot;;
<br>..<br><br><span style="font-weight: bold;"><span style="font-weight: bold;">#5 - </span>In &quot;/root/instalacao/serweb-0.9.4/config/config_paths.php&quot;<br></span><br>$config-&gt;root_path=&quot;/root/instalacao/serweb-
0.9.4/html/&quot;;<br><br><span style="font-weight: bold;"><span style="font-weight: bold;">#6 - </span>I created a log file</span><br>touch /var/log/serweb<br>chown apache /var/log/serweb<br><br><span style="font-weight: bold;">



<span style="font-weight: bold;">#7 - </span>I created a folder for SIP domain</span><br>mkdir /root/installation/serweb-0.4/html/domains/xxx.xxx.xxx.xxx(IP of SER)<br><br><span style="font-weight: bold;">#8 - I copied&nbsp; the files and folder from the default folder
</span> (&quot;/root/installation/serweb-0.4/html/domains/_default/&quot;) to the one i created.<br><br><span style="font-weight: bold;">#9 - I specified the SIP domain in the file &quot;/root/installation/serweb-0.4/config/set_domain.php&quot;:
</span><br>…<br>$config-&gt;domain = &quot;xxx.xxx.xxx.xxx(IP of SER)&quot;; <br>…<br><br><span style="font-weight: bold;">#10 - I enabled logging in file &quot;/root/installation/serweb-0.4/config/config.php&quot;:<br><span style="font-weight: bold;">



</span></span>…<br>$config-&gt;enable_loging = true;<br>$config-&gt;log_file = &quot;/var/log/serweb;<br><br><span style="font-weight: bold;">#11 - <span style="font-weight: bold;">In /etc/httpd/conf/httpd.conf I added an alias
<br></span></span>…<br><br>&lt;Directory &quot;/var/www/html&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; Options Indexes FollowSymLinks<br>
&nbsp;&nbsp;&nbsp; AllowOverride None<br>
&nbsp;&nbsp;&nbsp; Order deny,allow<br>
&nbsp;&nbsp;&nbsp; Allow from all<br>
&lt;/Directory&gt;<br>
<br>
&lt;IfModule mod_userdir.c&gt;<br>
&nbsp;&nbsp;&nbsp; UserDir disable root<br>
&nbsp;&nbsp;&nbsp; #UserDir public_html<br>
&lt;/IfModule&gt;<br><br>Alias /serweb/&nbsp; &quot;/root/instalacao/serweb-0.9.4/html&quot;<br>&lt;Directory &quot;/root/instalacao/serweb-0.9.4/html&quot;&gt;<br>&nbsp;&nbsp;&nbsp; Options Indexes MultiViews<br>&nbsp;&nbsp;&nbsp; Options +FollowSymlinks
<br>&nbsp;&nbsp;&nbsp; AllowOverride None<br>&nbsp;&nbsp;&nbsp; Order Deny,Allow<br>&nbsp;&nbsp;&nbsp; Allow from all<br>&lt;/Directory&gt;<br>...<br><br><span style="font-weight: bold;">#12 - I then put some commands for Apache to begin when computer would start</span>



<br><br>chkconfig httpd on<br>service httpd start<br><br>#13 - I introduced the following URL<br><br><span style="font-weight: bold;">http://&lt;IP of SER&gt;/&lt;alias i wrote in httpd.conf&gt;/</span><br style="font-weight: bold;">



<a href="http://xxx.xxx.xxx.xxx/serweb/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://xxx.xxx.xxx.xxx/serweb/</a><br><br><br>And then that HTTP 403 error shows up<br><br>I
really hope somebody can help me because I'm doing a VoIP project for
my school and I'd really like to have everything done in time.
<br><br>Thank you for your attention,<br>Roberto Lopes</div>