I have a question on how to setup a webserver with Aphace and SuSe. How can I publish my site to my server and then access it by ip address
I guess your Apache is already installed. Normally, SuSE's Apache document root is /srv/www/htdocs. You must put your pages in that directory. YYou can do so with FTP, therefore you have to setup a normal user account with a valid shell and a password, and then you can use a normal FTP client like WS_FTP or SmartFTP to connect to your server and upload files (provided, you installed an FTP server on your SuSE system). You can also use WinSCP ( http://winscp.net/eng/index.php ) to transfer your files to your server, then you don't need an FTP server.