[Solved] Owncloud can't access remotely if not on root of server

I installed Owncloud on a new archlinux server I have. It will be used as a firewall and router (it has 2 nics)
The default owncloud package from AUR makes a config file for apache that creates a virtual host on port 80 of the server pointing to owncloud.
So when I browse the servers IP from the lan, I get owncloud's web interface.
But I want to access that interface from a /owncloud address so I can use the root of the web server to host a page with links to different services and some info that will be useful for the people on that lan. So I removed the virtual host from the conf file.
Now i can only access the web interface if i browse on the server it self. But when I try from a computer on the lan I get the "https" on the url bar and a "can't connect" error.
the modified owncloud.conf for the apache server is this: http://pastebin.com/nJrYWh3r
How can I "move" the owncloud to use 192.168.0.1/owncloud on the lan for the web interface?
Last edited by santodelaespada (2012-08-31 20:35:32)

teekay wrote:
It should work already as the default config also sets an /owncloud alias. If it doesn't work, try
ln -s /usr/share/webapps/owncloud /srv/http/owncloud
It worked before when I first tested owncloud (6 months ago)
the symlink works if I remove apaches owncloud conf file.
I'll mark this as solved, but it should work with the conf file in place, not the symlink on the filesystem.
Thanks, I don't know why i did not try that before

Similar Messages

  • Can applet access oracleDB which not on the Web server

    can anyone tell me if I could use applet come from a Web server to access oracle DB on the other workstation, how to do it

    teekay wrote:
    It should work already as the default config also sets an /owncloud alias. If it doesn't work, try
    ln -s /usr/share/webapps/owncloud /srv/http/owncloud
    It worked before when I first tested owncloud (6 months ago)
    the symlink works if I remove apaches owncloud conf file.
    I'll mark this as solved, but it should work with the conf file in place, not the symlink on the filesystem.
    Thanks, I don't know why i did not try that before

  • My iPhoto hangs right after it opens - i can open it remotely but not on my main machine

    My iPhoto hangs right after it opens - i can open it remotely but not on my main machine

    Before anyone can help, they need information to work with. Basic stuff:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. What were you doing when the problem arose?
    - Did it ever work properly?
    - Are there error messages?
    - What steps have you tried already to solve the issue.
    Anything else you can think of that might allow someone else to understand your issue.
    With this kind of information somebody can develop a starting point for troubleshooting the issue.
    Posts that consist of "iPhoto doesn't work. Help" or "iPhoto won't print" or "Suddenly I have no photos!!!!!!!!!!" mean that any helper is simply guessing. With information, s/he may be able to get your issue resolved sooner.

  • I would like to have a storage solution that is accessed wirelessly, can be accessed remotely and is viewable in the finder side bar (mavericks)

    I would like to have a storage solution that is accessed wirelessly, can be accessed remotely and is viewable in the finder side bar (mavericks)
    Is this possible? if so, how? Thanks in advance
    Ini

    You have to pay for online storage, someone has to pay to keep the lights on. As far a getting it on the Finder sidebar, you did something wrong. That is where mine resides, see below.

  • Where in Apple can you get answers as to why one can't consistently access icloud and when you can you can't access contacts or notes etc?

    One computer, can't sign into ICloud "encountered an error trying to connect to server".  On the other computer left myself signed in and now can't access contacts or notes: "Can't load Contacts/Notes as there was a problem loading the application".  This has been going on for about 3 weeks.  What is up and what is being done about it?

    Only Apple Account Security could help at this point. You can try calling Apple Support in Canada - you'll have to find one of the several ways, such as Skype, to call an 800 number from outside of the relevant country - and ask for Account Security and see if they can help. Or you can find a friend who speaks Chinese and ask them to help you talk to Apple Support in China. There are really no other options that I know of.
    Note, by the way, that these are user-to-user support forums. You aren't speaking with Apple when you post here.
    Regards.

  • How can we access the file/directory system in the server

    Hi friends,
    I have made a text editor attached with an audio player for my project.
    Both text editor and audio player are implemented in applet and put in to a
    jsp page using jsp:plugin. Text editor and player are separate applets running
    in the same page and from same server.A client who is using this editor may
    want to save the edited text files to the server as well as hear audio files from
    directories in the server.
    My question is how can we access the file/directory system in the server
    like we do in the local machine.When the user cliks save or openfromserver button
    in the editor, folder/files in the server must be displayed as we do with FileChooser.
    I am using Apache Tomcat 5,wiindows 2000 server, jdk1.5.
    manu

    You can't access it directly. But your applet can make net connections to the server, and the server can provide that kind of functionality. Generally this is easiest by making HTTP connections and having the server provide the functionality via the web server. (So in your case, JSPs or servlets on the server would list/deliver/create/modify/delete files, and the applets would invoke those JSPs and servlets.

  • Application no longer assignable to a desktop in Spaces. Useable only in full screen, can't access it when not in full screen.

    This is a repost to correctly ID this as a Spaces issue. I am using a MacBook Pro with a second monitor in extended desktop. I put iMovie in full screen and when I put it back, it disappeared off of both desktops. I can see it in Spaces and I can use it in full screen. However, it is not available when not in full screen. When I drag and drop it in Spaces to a desktop, it animates off of the top of the screen versus landing on that desktop. I have tried to change the application assignment by right clicking on the iMovie Icon > Options > Assign To, but it affects nothing. I have rebooted both with the external monitor and without, I have uninstalled and reinstalled iMovie and I have tried many combinations of screen resolutions and it is still assigned somewhere other than a desktop. It appears to no longer be associated with or assignable to a desktop. Anyone have any ideas?

    Can you access iMovie without being in fullscreen when you do not have an external monitor connected? I cannot. No matter the monitor configuration, it is only accessible in full screen for me.
    I agree - it is for sure a bug.

  • How can i access remote front panel in RT with LabVIEW run time engine in client PC

    Hi to all,
    I have developed the RT application with cRIO 9075 integrated chassis. And i have access its remote front panel in client PC. Now i want to access the remote panel in the client PC without having LabVIEW runtime engine. If i connect the remote panel with that client, it shows only the vi border. i doesn't downloads the  front panel.
    How Can i access its remote front panel without LabVIEW runtime engine in the client PC?

    You cannot view a remote front panel without the LabVIEW runtime - the LabVIEW runtime is what makes the remote front panel possible.  What you will want to do instead is likely create a Web Service that you can access from a remote PC without requiring the LabVIEW runtime.  However, this will require you to develop a web-based HTML or similar UI to interact with the VIs running on your system - NI hasn't yet created a way to export a LabVIEW front panel as an HTML'ish page.  
    -Danny

  • Can't access remote speakers through airtunes

    I used to be able to access remote speakers via iTunes through my airport express. Now there isn't even a button offering the choice. I have set I tunes to look for remote speakers.
    If I connect directly to the PowerMac all is good.
    Did a firmware update to the Airport and am running iTunes 6.0.2
    Any ideas?

    i installed AE Firmware 6.3. that did not really help, but didn't cause further problems as well..
    i tried deleting preferences files, dit not really help either
    i then downloaded the 10.4.4 Combo installer from Apples Website and after that I had my buttons for the remote speakers again.
    i had the SAME problem after EVERY upgrade of iTunes in the past!!! VERY annoying

  • Wha wha wha??  Can only access https sites, not http?

    This is odd. I don't have a firewall. I can get on https but not http. Software Update also doesn't work, nor does anything iTunes does that needs the internet.
    Also, I suddenly need to type in an administrator password any time I modify or move anything in the Applications folder. I didn't used to have to do that.
    I don't know if this is related, but around the time this happened, I was trying to fix some annoying Time Capsule issue. I was able to finally fix it by using the Terminal and typing in some unix stuff:
    sudo chflags nouchg /Volumes/Data ("Data" being the name of the data folder in Time Capsule)
    sudo chmod 775 /Volumes/Data
    I used the same commands on my wife's MacBook, which was having the same Time Capsule issue, and she can still connect to the internet just fine. Anyone have any idea what's going on?

    Nero86 wrote:... compiled , and make installed.
    This is a bad idea.  Now you have untracked files in your root directory and there is a fair chance this could lead to a file conflict when running pacman in the future.  You should make a PKGBUILD for anything you want to build yourself.

  • New iMac can't access remote speakers in iTunes

    i use an airport express to play music from eMac to my stereo. This works fine. I just purchased a new iMac. I'm able to turn the Airport On in iTunes, and I can see my remote speakers, but the selection is grayed out. I've tried updating the firmware on the airport express, performing a soft reset, unplugging it, and nothing works. Thanks for your help!!!

    Did you ever fix this? I am having the same issue!

  • Other user can't access to OBIEE 11G installed on a server

    Hello,
    We have installed OBIEE 11G on a server ( windows sever 2008 r2) with admin account, and it works fine, But others users can't access to obiee 11g ( administration icons are white in their sessions) even they have admin rights.
    Can anyone tell me what should we do??
    Thank you.

    Hi,
    This is the exact format how my tnsnames.ora file looks. sorry, I can ping it in command prompt now. In my connection pool i tried first DSN =  ab.bc.xy.zx, did not work. Then I saw oracle's default repository and changed my DSN to your suggested format starting from "DESCRPTION" to rest. Still no luck Do you think, i should put the same TNS in my local machine??
    ab.bc.xy.zx =
    (DESCRIPTION =
        #(ADDRESS = (PROTOCOL = TCP)(HOST = 10.20.30.110)(PORT = 1521))
        #(ADDRESS = (PROTOCOL = TCP)(HOST = 10.20.30.120)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = 10.20.30.130)(PORT = 1521))
        (LOAD_BALANCE = yes)
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SID = cap2)
    thanks,
    BK.

  • Can't access mapped drives on network with 2008 Server.

    Hi,
    I got two servers, 2003 and 2008, the 2003 is now a data and application server, it's roles was migrated on the 2008. While the 2003 is able to map drives on the network, the 2008 can only access drives while Deep Agent 9 Antivirus is disabled. The 2003
    uses port 135 and 139, those ports are allowed on the 2008. When i tried to access targeted pc's drives, I got error 0x80004005 'Unspecified error'. The windows network client is ticked, I tried with different credentials and it's not working.
    Thanks for help, Olivier.

    Hi Olivier,
    Thank you for posting in Windows Server Forum.
    First of all check whether you have successful ping to the destination server.
    Have you specified the permission for the users to access the network drives?
    Are you trying to access the mapped network drive from which client system?
    From the description and error, it seems there is some corrupted profile which might get the issue for this case. You can try to run sfc /scannow to check the file system. 
    As there is one certain article for this error, please check this article
    for information.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Can't access remote desktop on Macbook with XP

    I have Macbook with Bootcamp loaded. I am unable to connect to my remote desktop at work from the laptop. My work requirements are for a computer with XP and Internet Explorer.
    I continually get an error stating, 'The client could not access the remote computer. Remote connections might not be enabled or the computer might be too busy to accept new applications. It is also possible that network problems are preventing your connection. Please try connection again later. If problem continues, please contact your administrator.'
    I am able to log in from a PC running the same version of XP. I have checked all settings I can think on both computers and they are identical. I can't get support help at work. As soon as I tell them I'm running a Mac, they hang up on me.
    Any ideas what would be preventing this connection on the Mac? After using the Bootcamp software, I tried Parallels for the Mac as well and get the same issue.

    Have you examined the XP system event log (Admin Tools->Event Viewer->System)? I'd expect RDP errors with searchable message ids to be reflected here. Probably a good idea to check the logs on the target machine too ..
    Wayne

  • I upgraded to Windows 8.1 and now I can't access Remote Desktop

    I work for a large mortgage company and work remotely from time to time. I use Windows Secure Application Manager. I just upgraded from Window 8 to 8.1 a couple of days ago and now, when I try to login, I'm receiving a message stating that "Your browser
    is not supported for this component". How do I fix this?

    Hi,
    I agree with Robert, it's related to compatibility.
    Please check if compatible mode and lower document mode can be helpful, if not, contact the remote site developer.
    Fix site display problems with Compatibility View
    http://windows.microsoft.com/en-IN/internet-explorer/use-compatibility-view#ie=ie-11
    Document mode:
    Kate Li
    TechNet Community Support

Maybe you are looking for