2009. január 15. 7:57 Jana Attila írta, <span dir="ltr"><<a href="mailto:jana.attila@freemail.hu">jana.attila@freemail.hu</a>></span>:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Nos Gábor ezt inkább a saját címedre küldtem mert nem tudom,hogy a csatolt fájlokat átküldik e a levélsitáról.<br>
Ja az ftpd -t hogyan kell beállítani az /etc/rc.conf -ba be van kapcsolva ftpd_enable="YES"<br>
indulásnál ezt irja :<br>
ftpd[1115]:control socket: Couldn't bind to any socket.<br>
<div><div></div><div class="Wj3C7c"></div></div></blockquote><div><br>Hello.<br>
<br>
httpd.conf-ban.<br>
<br>
Ezt:<br>
<br>
<IfModule dir_module><br>
    DirectoryIndex index.html<br>
</IfModule><br><br>
Erre:<br>
<br>
<IfModule dir_module><br>

    DirectoryIndex index.html index.htm index.php<br>

</IfModule><br>
<br>
Ezt:<br>
<br>
DocumentRoot "/www/<a href="http://attila-home.hu">attila-home.hu</a>"<br>
<br>
Erre:<br>
<br>
DocumentRoot "/usr/local/apache2/htdocs"<br>
<br>
Ez alá (AddType application/x-gzip .gz .tgz) ezeket:<br>
<br>
AddType application/x-httpd-php .php<br>
AddType application/x-httpd-php-source .phps<br>
<br>
A httpd-vhosts.conf-ban a <VirtualHost *> résznél a DocumentRoot
/www/<a href="http://attila-home.hu">attila-home.hu</a> -t írd át DocumentRoot
/usr/local/apache2/htdocs/<a href="http://attila-home.hu">attila-home.hu</a> -ra.<br>
<br>mkdir -p /usr/local/apache2/htdocs/<a href="http://attila-home.hu">attila-home.hu</a> && cd /usr/local/apache2/htdocs/<a href="http://attila-home.hu">attila-home.hu</a><br><br>
Aztán csinálj egy egy fájlt .php kiterjesztéssel, index.php néven ami ezt kell hogy tartalmazza:<br>
<br>
<?php<br>
phpinfo();<br>
?><br>
<br>
chown -R www-data:www-data /usr/local/apache2/htdocs<br>
/usr/local/etc/rc.d/apache2 restart<br>
<br>Ha megnyitod a <a href="http://attila-home.hu">http://attila-home.hu</a> -t a böngészőben, a php tulajdonságait kellene látnod.<br><br>
Az ftp-ben nem tudok segíteni, de itt van egy egész türhető leírás: <a href="http://forums.freebsd.org/showthread.php?t=591">http://forums.freebsd.org/showthread.php?t=591</a> <br></div></div><br>