I want to host user sites on Mac OS X Server 10.5.5

Hi, Looking in httpd.conf I see the following:-
#### For Mac OS X Server: Note that
#### personal websharing is not supported on Mac OS X Server.
Now, for 'compatibility' reasons I need to have two subsites that are fqdn/~sitename working on my server. Is there a way that I can easily do that or should I forget it?
Why cant I set up an ftp only account on the server and have it publish a web site? seems unproblematic to me.. But then what do I know....
Enlightenment welcome..

What I did in the end was a 'ln -s' symbolic link which gave me 'almost' the personal web sites functionality but without the tilde (~). Not quite what I wanted but good enough.

Similar Messages

  • Can i host a site on mac os x server?

    hellow guys i need some help, this is my site http://www.inauzwa.com, can i use the mac os x lion server to host this site?
    thank you
    regards arnold gabriel
    cofounder @ http://www.inauzwa.com

    Short Answer: Yes
    Extended Answer: You should have some knowledge of Networks in order to make your site available to the General public if you are trying to host from home - for example you will need a paid service like what DynDNS.com offers - unless you happen to have two static IP's (which is possible to get if you are on cable internet with sufficient bandwidth and yes them 2 IP's would be adressable with only one modem).
    If you get DynDNS ... they explain pretty much everything u need to know to get things running.
    If you get two static IP's you can bind both IP's to your network adapter and then you would need to know a few things about DNS setup and configuration - if you do it properly you can host easily more than "just one" website.
    Technical prerequisites for "website". As long as your website is HTML or PHP/MySQL based u will have no problems at all (I used to administer a XServe Dual G5 Unit which was hosted / colocated in a professional data ceneter up until not to long ago) - unfortunately the last Server OS working on it was 10.5.8 ... then the support and updates stopped (Thanks by the way Apple Inc ... kindda ****** at you guys, that was a perfectly good 1U Rackmount Server)

  • Multiple Users on a Mac OS X server

    Hello everyone,
    I was recently given the responsibility for a departments Mac OS X server since I have a Linux/BSD/Unix background.
    Each semester requires a between 75 to 100 new users to be added to this departments server.
    I would like to find a script that is Mac specific that would allow multiple users to be added to the system.
    Does anyone have suggestions or good links?

    Passenger is v cool and easy but is not free.
    If you're on a tight budget check Appendix A of UserManagement_Adminv10.4B.pdf at http://www.apple.com/server/documentation/
    hth,
    b.

  • Want to have two sites on .Mac made with iWeb

    I have two folders on my iDisk in the Sites folder with different names. How do I get two different URL's for each website.
    So with two folders each titled different can I use the folder names like
    http://web.mac.com/foldername/welcome.html
    http://web.mac.com/foldername-1/welcome.html
    Just got iWeb the other day, I've been using DreamWeaver so I'm new to this simplicity. I'm used to working on Linux webserver too. My old URLs used to be www.name.com/index.html and so forth now this .mac subdomain is tricking me out
    Any help is appreciated.
    Internet Wiz™

    I think everyone will want to know how to do this. I am intested in working on more than two sites and publishing them not on a .Mac account.
    What I have begun to do as a work-around is to label the sites by the domain name (xyz.com and abc.com) and then publish them to a separate iweb folder.
    Of course the gotcha is that when you publish to an external folder you need to set the url - so each time you publish to a folder you need to set the url correctly for the domain you are working on.
    Once published to the iweb folder you then upload the indvidiual files for the particular domain and you are set.
    Too bad you can't work on mulitple sites, just highlight the site you want to publish to a folder and then have only that site published.
    This is how I expected it to work.
    hope this helps,
    Dan

  • I want to impersonate user when I access Microsoft SQL Server from powershell

    Hi,
    Actually I have to perform some SQL operation on my MSSQL server database. but problems is that I have given all credentials (windows fix login/password which can access database) in connection string. but when I execute the script then it is always using
    my windows login and password and then giving error that not able to connect with it.
    My personal windows credentials does not have access to my enterprise database that is why I am using service ID.
    I came to know that I have to do user impersonation of user when i access database but how to do that?? can you guys give me the syntax for that as i have to perform all sql operation using impersonation.
    Please reply me as soon as possible as i stuck since long
    Vipul Mistry Sr. Embedded Engineer www.eInfochips.com

    Hi Guys,
    thanks a lot for your support and replies but I found the solution. With below code i was able to do my task and I used $AuthType =3 for my purpose. Hope this will help others also.
    $varDBServer = "N0SQL104,1675"
    $varDBInstance = ""
    $varDBSchema = "Data_Dev"
    $varDBUser = "S0060VMSD"
    $varDBPassword = "SDCFG345D"
    #### Choose authentication type (0=SSO, 1= SQL, 2=Domain)
    $AuthType = 3
    #### Load the required assembly for sql server administration
    #### Requieres SQLServerNativeClient, SQLSysClrTypes and SharedManagementObjects
    [reflection.assembly]::LoadWithPartialName("Microsoft.SqlServer.Smo") | Out-Null
    $varSQLServer = New-Object -typeName Microsoft.SqlServer.Management.Smo.Server -argumentList "$varDBServer\$varDBInstance"
    switch ($AuthType) {
    1 {
    #### Access the SQL-Server with your current credentials (pass-through)
    $varSQLServer.ConnectionContext.LoginSecure = $true
    2 {
    #### Access the SQL-Server with SQL-Server credentials in mixed mode authentications
    $varSQLServer.ConnectionContext.LoginSecure = $false
    $varSQLServer.ConnectionContext.Login = $varDBUser
    $varSQLServer.ConnectionContext.Password = $varDBPassword
    3 {
    #### Access the SQL-Server with given domain user credentials
    $varSQLServer.ConnectionContext.LoginSecure = $true
    $varSQLServer.ConnectionContext.ConnectAsUser = $true
    $varSQLServer.ConnectionContext.ConnectAsUserName = $varDBUser
    $varSQLServer.ConnectionContext.ConnectAsUserPassword = $varDBPassword
    } default {
    Write-Host "Please select an authentication type: 0=SSO, 1= SQL, 2=Domain"
    exit -1
    #### Try connection to SQL-Server with given parameters
    Write-Host "`nTry connection to SQL-Server with given parameters`n"
    try {
    $varBuildOfSQLServer = $varSQLServer.Version.get_Build()
    Write-Host "Build of SQL-Server '$varDBServer' is $varBuildOfSQLServer"
    } catch {
    Write-Host "ERROR: Cannot access SQL-Server '$varDBServer'. Exit script!"
    exit –1
    Vipul Mistry Sr. Embedded Engineer www.eInfochips.com

  • Can't Delete User Account - On Mac Os X Server

    Hi, I am running Server v 2.2.1 on Mountain Lion 10.8.3 (I don't see a community set up for this new server software so I'm asking here)
    I just created a user  account in the server but made a mistake and for some reason it won't let me delete the account.
    Clicking on the little minus box does nothing and when I go into the "edit user" everything is greyed out accept for the "Administer the server" checkbox.
    Other accounts I've created don't have this issue so I'm not sure what is going on.
    Is there a way to delete this account? Maybe from the Terminal?
    Any help would be greatly appreciated.
    Thanks.

    I figured it out. For some reason there was no admin write access to the User folders.

  • Can you publish only 1 site on .Mac

    I have several websites on iWeb and only want to publish one site on .Mac. Can you do this?

    As Jim MacCormaic describes, and Apple's tech doc, the Domain file that was most recently double-clicked is the default file used if iWeb is subsequently launched directly from the iWeb application icon, as when launching from the Dock. But note that the file must always be named exactly "Domain", so you'll have to keep them in different folders, for example, with the folder names describing what they are for.
    To continue working with multiple Domain files from the Dock conveniently, you could drop the Domain files onto the Dock, and click on them in the Dock instead of directly on the iWeb app icon, to launch iWeb. That would allow for quick switching. Maybe you could create an alias to the "Domain" file, give the alias a better name, and then drag the alias' icon into the Dock. But those icons have to be in the documents area of the Dock; they can't be dragged into the apps area.
    Another option might be one of those UI tweaking applications. I seem to remember one that added to the popup menus that appear when clicking on app icons in the Dock, including adding recently used/opened documents. That would allow you to right-click on the iWeb application, and select your Domain file, or maybe more distinctly-named aliases, from the popup menu. This would require adding the UI tweaker to your system, and running it at login, but it would keep your Dock clean, at just the one iWeb app icon.

  • Mac OS X Server 10.4.10-11 client user problems

    It appears that since updating to Mac OS X Server 10.4.10 (and now 10.4.11), running on an XServe G4 with 2GB of RAM, QuarkXPress Passport 6.5 (and also 6.52) crashes at the splash screen when newly created network users launch it on client computers running OS X 10.4.8, 10.4.10 and 10.4.11. QuarkXPress runs fine when logged in as the computer owner with administrator rights.
    Users created under Mac OS X Server 10.4.8 do not have this problem and are able to launch QuarkXPress 6.5 or 6.52 without a problem on these same computers.
    Quark license verification is supplied by a QLA 4.5 server running on a seperate computer to the OS X Server system.
    Can anyone give me any pointers as to what may be causing the crash? A couple of extracts from the crash log are listed below - the full log is available if anyone can decipher it:
    Date/Time: 2007-12-05 14:02:19.702 +0000
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: QuarkXPress
    Path: /Applications/QuarkXPress 6.5/QuarkXPress Passport.app/Contents/MacOS/QuarkXPress
    Parent: WindowServer [53]
    Version: QuarkXPress version 6.52 (6.51)
    PID: 238
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000009
    Thread 0 Crashed:
    0 libSystem.B.dylib 0x90003ba0 szone_malloc + 616
    1 libSystem.B.dylib 0x90003600 malloc + 632
    2 com.quark.QuarkXPress 0x00670a0c operator new(unsigned long) + 64
    3 com.quark.QuarkXPress 0x00616c98 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::init(char const*, char const, std::allocator<char> const&, std::randomaccess_iteratortag) + 96
    4 com.quark.QuarkXPress 0x0062f7ec std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basicstring[in-charge](std::basicstring<char, std::char_traits<char>, std::allocator<char> > const&) + 56
    5 com.quark.QuarkXPress 0x00645408 std::_vector_imp<std::basicstring<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, (bool)0>::insert(std::basic_string<char, std::char_traits<char>, std::allocator<char> >*, unsigned long, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 872
    6 com.quark.QuarkXPress 0x0045eccc PPDPath::SetPPDPath(char**, unsigned char) + 216
    7 com.quark.QuarkXPress 0x0045555c PPDMergeOSXAndClassic(char**, char**) + 340
    8 com.quark.QuarkXPress 0x004556bc PPDUpdate(unsigned char) + 328
    9 com.quark.QuarkXPress 0x004557b4 PPDInit() + 56
    10 com.quark.QuarkXPress 0x00016214 initialize() + 19176
    11 com.quark.QuarkXPress 0x0048a8e4 main + 224
    12 com.quark.QuarkXPress 0x000038d0 _start + 380
    13 com.quark.QuarkXPress 0x00003750 _code_start_ + 48
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000090003ba0 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x84004444 xer: 0x0000000020000004 lr: 0x0000000090003a00 ctr: 0x0000000090003938
    r0: 0x0000000000000008 r1: 0x00000000bfffec70 r2: 0x00000000fffffffe r3: 0x0000000002000038
    r4: 0x0000000000000000 r5: 0x0000000005f66510 r6: 0x00000000ffffffff r7: 0x0000000000000001
    r8: 0x0000000000000001 r9: 0x0000000000000001 r10: 0x0000000002000054 r11: 0x00000000020000d0
    r12: 0x0000000090003938 r13: 0x000000000522d97c r14: 0x0000000000011740 r15: 0x0000000000010032
    r16: 0x0000000000000019 r17: 0x000000000000000a r18: 0x00000000bb1a85b2 r19: 0x00000000007cb618
    r20: 0x00000000a0003948 r21: 0x00000000ffffffff r22: 0x0000000000000002 r23: 0x0000000000000024
    r24: 0x00000000a0003390 r25: 0x0000000005f6653c r26: 0x0000000002000000 r27: 0x0000000005f6653c
    r28: 0x0000000000000003 r29: 0x00000000a0003390 r30: 0x0000000005f76d50 r31: 0x0000000090003948

    Hi
    Have you tried repairing privileges and permissions on the affected clients?
    You could also try creating a new admin account on the affected clients and logging in with that. Launch Quark and see if it behaves the same way. If it does not then its more likely some damaged/corrupted plist or preference in the primary admin account’s Home/Library/Preferences folder.
    It could also be down to a damaged/corrupted font or Xpress Preferences file. Running the 10.4.10/11 update could be a red herring and its just coincidence that the issues you are seeing happened after the update. Generally an application crashes on launch or when opening a file because its had a problem building the font list or trying to access/load a font when the file has been requested. If your Font Management system is Suitcase remove the Suitcase Preferences folder from /Users/Home/Library/Preferences and restart the mac. Hopefully Quark should now launch. Redefine font sets from there. Quark keeps its Preferences file in /Users/Home/Library/Application Support/Quark.
    Of course it could be none of these in which case start looking at drive/directory issues or possibly system issues. You may be looking at an Archive/Reinstall of the OS or Reinstall of the application. Don’t rule out a rebuild either.
    Hope this helps, Tony

  • Mac OS X Server: the best option?

    We are an expanding small design/web creation business moving soon from 6 to 9 team members. Workstations are all stand-alone in terms of software, which ranges from Office X to full Macromedia Studio suite etc. running over a wireless 11g network and 8Mbps DSL. Macs range from G5 PPC's to latest intel chip iMacs and MacBook Pros (oh, and a Sony Vaio desktop PC) . I would be really grateful if the group would comment/confirm if Mac OS X server would be a logical step and be worth the expense - literally but also in the time required to learn/setup/run (I do have a technical background)!
    I am thinking of running Mac OS X server from an existing G5 PPC (1.6GHz, 768Mb, 80HD) - have looked at the Xserve, we simply do not have the space/infrastructure for a rack solution. My reasons for looking at a OS X Server are:
    - Minimise time spent on maintenance: boot all mac workstations from single OS image on the server - use this to mainatain latest updates.
    - Centralise storage and backup: plan to use an external hot-swap RAID.
    - Split workstations into defined groups: 'admin' (using mainly office) and 'designer' (creative software) and manage access rights to files.
    - provide more integrated iCal, Mail and Address Book services (not sure what is on offer as we already do some of this via .Mac).
    It makes sense to me to run network versions of core software (from the server), but I understand that this is not possible - or cost is prohibitive? We also have various individual requirements, for example people using laptops at work, home or travelling (how do they tap into the server, what would the benefit be) and also the need for considerable amounts of HD memory for the designers...
    My apologies for typing so much, but wanted to give an overall status - so have I missed anything? What more can OS X Server bring to make our lives more effiecient/effective?!! I'm itching to buy a copy, but really need to justify it.
    Thanks...

    Hi & welcome to the forums.
    running over a wireless 11g network
    As designers, most likely working with large files, you will appreaciate wires if you can get them in.
    I would be really grateful
    if the group would comment/confirm if Mac OS X server
    would be a logical step and be worth the expense -
    literally but also in the time required to
    learn/setup/run (I do have a technical background)!
    Yes, definitely.
    I am thinking of running Mac OS X server from an
    existing G5 PPC (1.6GHz, 768Mb, 80HD)
    Fine. Remember you have the option of a 10-user version of Mac OS X Server software. This will save you plenty of £'s.
    boot all mac
    workstations from single OS image on the server - use
    this to mainatain latest updates.
    NetBoot (as this is called) would be a non-starter over a wireless network. In any case, the time spent config'g, tweaking, troubleshooting, and downtime (due to sngle point of failure) with netboot can be extensive.
    I suggest you spend your time creating a perfect, STABLE, master image, then distribute this to other machines using NetRestore. Maintain a list of changes/updates to the cleints and update your image every 6 months or so.
    - Centralise storage and backup: plan to use an
    external hot-swap RAID.
    Good idea.
    - Split workstations into defined groups: 'admin'
    (using mainly office) and 'designer' (creative
    software) and manage access rights to files.
    Good idea. You can use WorkGroup Maanager to fine tune what users are able to see on the network, which applications they are able to use and how their desktops appear. This can be done at User, Group or Computer level.
    - provide more integrated iCal, Mail and Address Book
    services (not sure what is on offer as we already do
    some of this via .Mac).
    Mail, yes.
    Unfortunately iCal & AddressBook are still non-starters in terms of multi-user sharing. Look to Leopard in Q2 2007 to update this.
    It makes sense to me to run network versions of core
    software (from the server), but I understand that
    this is not possible - or cost is prohibitive?
    Just run your apps locally. Especially if you only have wireless.
    We
    also have various individual requirements, for
    example people using laptops at work, home or
    travelling (how do they tap into the server, what
    would the benefit be)
    VPN is your friend.
    Also, look into Mobile Home Directories which will sync your users's data to/from the server at each login. When they are awy from the office they will have all their files with them. And you will have a server-side copy for your backups.
    My apologies for typing so much, but wanted to give
    an overall status - so have I missed anything?
    Probably
    On the fly, I would say look outside of OSX Server for your mailserver.
    FTP services are also weak in OSX Server.
    There are lots of 3rd party options for both, though.
    What
    more can OS X Server bring to make our lives more
    effiecient/effective?!! I'm itching to buy a copy,
    but really need to justify it.
    Full server documentation is here at http://www.apple.com/server/documentation/ Take a look at Appendix B of the Getting Started guide for a practical example of how a setup like yours may be config'd.
    Hope this helps,
    b.

  • 3 user profiles on mac book pro.  cant see one account in time machine - has it backed up? and for other users ''no permission'' to open folders - i just want to know that stuff IS backed up (before attempting upgrade to lion)

    We have 3 user profiles on mac book pro.  want to upgrade to lion but want to be sure that all users are backed up to ext hard drive via Time Machine.  When I go into Time Machine - I cant find anywhere my user account (1 of the 3) - loads of photos and documents. For other user accounts - if i go to open a folder i cant ''no permission'' is the message.  All I want to be sure of is that there is a back up and for these 2 reasons I am far from sure.

    famfran wrote:
    When I go into Time Machine - I cant find anywhere my user account (1 of the 3) - loads of photos and documents.
    Be sure they're not excluded in Time Machine Preferences > Options.
    Also, if iPhoto is open while a backup is running, Time Machine may not be able to back up the changes in the iPhoto Library. It will "catch up" the next time, if it can.
    For other user accounts - if i go to open a folder i cant ''no permission'' is the message.  All I want to be sure of is that there is a back up and for these 2 reasons I am far from sure.
    That's correct; one user, even an Admin user, doesn't normally have access to another user's files.  You should see the same behavior if you try to look at their data on your Mac.
    Log on as the other users (or have them do it) to see their backups.

  • I rented a movie. I want to see it using different user on same mac for security reason. How can I do this? Home Sharing fails to do this, so far.

    I rented a movie. I want to see it using different user on same mac for security reason. How can I do this? Home Sharing fails to do this, so far.

    Copy the movie from the current library to the correct library.
    iDevices can only sync to one library at a time.

  • Help Hosting a Site on My Mac mini

    Hey guys, this is my first time posting on the Apple forums, so pardon me if I do something wrong. The problem I have is I'm trying to host a site from my Mac mini, I have purchased a domain name, and set up web sharing w/in System Preferences, and I already had an iWeb page made for my previous domain (Which was set up for me, hence me not knowing what to do). I am interested in using my Mac mini as a server for my site, but I do not know how to do so. I have read this article to try and get instructions: http://www.omninerd.com/articles/Servinga_Website_from_a_Home_Network_on_Mac_OSX
    But it doesn't work for me. All help is appreciated! Thanks in advance!
    Matt

    Whatever application you use, you either publish to the Sites folder in your Home directory or to the Documents folder in /Library/Webserver/
    Check with forums that deal with Unix and Apache.
    Read this article, the part from "Adding a domain to httpd.conf" :
    http://www.wyodor.net/Domain/
    And this page you'll have to translate, but it has links to Apache related documents :
    http://www.wyodor.net/ActiverenPW.html
    http://localhost/manual/
    Once configured correctly, it's great fun.

  • Using Mac Mini running OSX Server (10.8) to host web sites on LAN

    I would like to know how to use a Mac Mini running OSX Server (10.8 ML) to host web sites on my home network (LAN).
    I am developing web sites and previously (before ML) I used my Mac Pro to 'host' the sites I was developing to test them out before publishing them to my hosting package.  That was when I was using 10.7 Lion and theer was an option in the System Preferences to turn web sharing on.
    I have since upgraded my Mac client to 10.8 ML and have configured it to do the same - even though there is no System Preferences option for web sharing any more.
    I also have a Mac Mini running on my LAN and its been upgraded to OSX Server 10.8.
    Im now trying to configure it to host the web sites I am developing but with no success.
    I thought it was just a matter of adding them as sites in the Server's Websites panel (see screen shot)
    but so far Ive had no success.
    On my Mac client I can simply add a folder in the Sites directory and then open the web site by putting http://myhost/~myuser/name-of-folder and it will load the default file in the folder e.g. index.html
    How do I achieve the 'same thing' on OSX Server?

    Hi Johnfromglenver,
    There are no Mac drivers for the HP Officejet K60 printer. Therefore it is not compatible with the Mac operating systems. Please call our technical support at 800-474-6836. If you live outside the US/Canada Region please click the link below to get the support number for your region. http://www.hp.com/cgi-bin/hpsupport/index.pl. There may be other solutions that could work for you.
    I hope this information helps.
    Advance 23
    I work on behalf of HP

  • I have 2 users on my Mac I want to merge the photo libraries please help!

    I have 2 users on my Mac I want to merge the photo libraries please help!

    What version of iPhoto? Do yuo hae Aperature 3.3? With iPhoto 9.3 and Aperature 3.3 you can merge iPhoto libraries - you also can do it with the paid version of iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ - 
    LN

  • I want to Block some Sites in firefox. So, other local users cann't use those sites.

    I want to block few sites like utube and gmail form firefox form administrator. So, other users can't open those sites.

    Adware is installed.  Removing it will help.
    1. Use  free  AdwareMedic by clicking “Download ” from here
        http://www.adwaremedic.com/index.php
        Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
        Once done, quit AdwareMedic by clicking AdwareMedic in the menu bar and selecting
        “Quit AdwareMedic”.
                   or
        Remove the adware  manually  by following the “HowTo” from Apple.
        http://support.apple.com/en-us/HT203987
    2. Safari > Preferences > Extensions
         Turn those off and relaunch Safari to test .
         Turn those on one by one and test.

Maybe you are looking for