Enabling SSI for users

I'm trying to enable SSI (Server Side includes) for users. I have it working for the directories in the main sites, but the pages are not being parsed in the user directories. I tried creating a new directory entry in httpd.conf for /homedirs/*/Sites/ but it seems to be ignored. Does anyone have any ideas? This is running on 10.2.8 server.

You may want to make individual changes to /etc/httpd/users/username.conf files.
When you say SSI, do you mean the ".shtml" stuff? Did you create an "Includes" option? If you meant CGIs (like C and Perl), then did you add an "ExecCGI" option?
<Directory "/Users/username/Sites/cgi-bin/">
Options Includes ExecCGI
</Directory>
If it's a CGI, make sure that the executable's file name ends in ".pl" or ".cgi" and they have global execute permissions.
Also make sure that mod_cgi is being loaded in httpd.conf (look in the list of LoadModule and AddModule).
Extended Keyboard Server   Mac OS X (10.4.1)  

Similar Messages

  • Article on "Enabling PDFs for User Input"

    My article on "Enabling PDFs for User Input" is now available at
    http://www.front-runner.com/tools_and_resources/articles/enabling_pdfs.html
    (with links to sample PDFs, demonstrating different approaches).
    Shlomo Perets
    MicroType, FrameMaker/Acrobat training & consulting
    "24 easy ways to improve your PDFs with FrameMaker-to-Acrobat TimeSavers/Assistants",
    http://www.microtype.com/ImprovePDF.html

    Hi,
    Yes, there is such a functionallity built into the system, but it's not enabled by default. Because of this, it's not supported to enable it. For more information take a look at Antons blogpost:
    http://blog.scsmsolutions.com/2013/02/sla-in-scsm-2012-part-3-hidden-features/
    Regards
    //Anders
    Anders Asp | Lumagate | www.lumagate.com | Sweden | My blog: www.scsm.se

  • Enable lync for user

    hello
    i want to know how can i enable lync for one user in active directory without creating mailbox .
    i  am using lync 2013
    thanks

    A mailbox isn't required for creating a Lync user. You can enable the user for Lync using the Lync Control Panel or running Enable-CsUser in Powershell (http://technet.microsoft.com/en-us/library/gg520961.aspx and/or http://technet.microsoft.com/en-us/library/gg398711.aspx)
    The sign-in name will be in an e-mail address format ([email protected]), but a mailbox isn't actually required. You can specify the sign-in address when enabling the user.
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer" | Blog
    www.lynced.com.au | Twitter
    @imlynced

  • Can not enable fonts for User library in Font Book

    Hi all,
    For some reason I can not enable the user library in the font book using the options in the font book. This means that the User Library is "off". I have tried the following but none of them have worked:
    * Reboot.
    * Delete the Font preferance file.
    * Undo the font book via booting in safe mode and then rebooting in normal mode. Delete the trash which contains the font cache.
    * Manually insert fonts into User>Library>Fonts and restart.
    * Manually empty user fonts folder and re-insert fonts back in.
    * Delete the user fonts folder and re-create it and insert all fonts back in
    Have also tried a few combinations of the above but none of them have worked. I do not want to use the system library fonts folder as this machine is on a network and the users should not have admin rights to their machines.
    I have also checked the user rights to the user fonts folder and all seems ok there.
    Does anyone know how to solve this problem so that I can enable the User font library?
    Any help would be much appreciated.
    Thanks
    Slack

    I have found that for me, on both a PowerMac G5 and an Intel iMac, both running 10.4.8 with all updates, turning on FileVault reliably causes the problem. I.E., if FontBook is working fine on an account which does not have FileVault turned on and I turn on FileVault, then the User collection in FontBook is greyed out and Enable "User" doesn't work. If FileVault is on, none of the suggested work-arounds that I have read about in these discussions or in Apple's support articles help.
    Sometimes, turning off FileVault is sufficient. Other times, I must turn off FileVault and follow the work-around in http://docs.info.apple.com/article.html?artnum=302551 . Sometimes, I must turn off FileVault, throw away the FontBook preferences and restart.

  • Unable to Enable iCal for users

    Having a little trouble here getting iCal server to work. I believe I have everything set up correctly in DNS. I can successfully dig both directions on the server. changeip also comes back correctly.
    I have set up iCal server with the correct host name (sever1.example.com), and enabled SSL.
    The service is active.
    The issue comes in when I attempt to enable the calendar service for any user. I check the enable box in Workgroup Manager, but only get "No calendar host selected" to in the menu.
    The iCal Server manual mentions something about creating an SRV record in DNS, but if that is really needed, I don't completely understand the steps to create it.
    Any suggestions?

    Workgroup Manager 10.6.2 (361.2.1) no longer presents information relating to calendaring in the Advanced tab.
    Workgroup Manager 10.5.5 (319.2.2) (in Server Admin Tools 10.5.7) and
    Workgroup Manager 10.6 (361.1.1) continue to display the option to enable calendaring.
    MacOSXServerUpdCombo10.6.2.dmg comprises MacOSXServerUpdCombo10.6.2.pkg — no separate package for Server Admin Tools. I guess that standalone installers (for 10.5.x and 10.6.x.) for fixed versions of Server Admin Tools will appear in due course.

  • Unable to enable Archive for user

    We recently migrated from Exchange 2007 to 2013, the next step is to start using the archive feature available in 2013. However, one of the test users is presenting a problem, when I try to enable archiving I get this
    Mailbox 'User Name' can't be archive-enabled because it has a managed folder mailbox policy assigned. Archives are supported only with a retention policy, the messaging records management (MRM) feature introduced in Exchange 2010.
    We did not use Exchange 2010 at any point, so I don't understand where this could be coming from.
    I found multiple articles talking about this in Exchange 201, and a number of responses saying run this
    Set-Mailbox user -ManagedFolderMailboxPolicy $null
    When I tried running it, I got this result
    A parameter cannot be found that matches parameter name 'ManagedFolderMailboxPolicy'.
    + CategoryInfo : InvalidArgument: (:) [Set-Mailbox], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,Set-Mailbox
    + PSComputerName : server.domain.com
    Can anyone advise how I resolve this? I have a feeling I am going to come across this on multiple users...

    Try:
    Set-Mailbox <user> -RemoveManagedFolderAndPolicy $true
    https://technet.microsoft.com/en-us/library/bb123981%28v=exchg.150%29.aspx
    If it fails, drop the $true.  I haven't used this switch before, so I don't know off hand if it needs the value or not.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

  • Enable save for all users in rich client document defaultly for all users

    Hi,
    Is there a option to enable save for all users in a rich client document defaultly for all users across the company. As the users who are creating reports are forgetting to check the box before sending the rich client document to others. Kindly let me know if you have any suggestions on this.
    Thanks,
    Karthik

    I'd suggest that is is where your BO folder structure comes in. You can export from Rich Client to any folder that you have permissions to access - some sort of collaboration folder system would potentially be better and more secure than sending unsecured reports via email. If your IT security team found out that you were removing document security, I doubt they'd be impressed!
    You can't do the default save for all users, simple as that (it's bad practice anyway, which is probably why you can't). While it's not the answer that you want to hear, it is the correct one.

  • Enabling calendaring for a user or group not working

    Am having an issue getting ical server/sharing and webcalandars working. Think it is all related.
    First a description of my server environs. One xserve acting as OD master, fileserver, vpn, DNS and DHCP server as well. Second xserve acting as DNS, mail, web and ical server. Second server is OD replica.
    DNS is working. All OD functions including kerberos are working. Mail and webmail are working as well.
    The hostname in iCal Server Admin settings is the FQDN of my second xserve. icalxserve.domain.com. I can start iCal. Then I get this error in the logs:
    twistedcaldav.directory.appleopendirectory.OpenDirectoryInitError: Open Directory has no /Computers records with a virtual hostname: icalxserve.domain.com
    Remember this server is a OD replica. It is listed in the Computers pane under Workgroup Manager and its name is server.domain.com$. All the computers have $ at the end so I assume this is normal. All services are set for access from all users in Server Admin -> server -> Access. In Server Admin Web -> Sites -> (default site highlighted) Web Services webmail, wiki and blog and web calendaring are all checked as well. I have also tried to enable wiki and blog and web calendar for groups in Workgroup Manager. The only choices in the pop up are none and wiki host for domain.com. Strange.
    I cannot enable calendaring for any user. I check the Enable calendaring box under Advanced in the Accounts pane in Workgroup Manager and no server is listed in the pop up menu. It only reads No calendar host selected without any other choices. It should show me icalxserve.domain.com.
    When I goto http://icalxserve.domain.com site I get the default homepage and webmail works. If I click on the Groups button I see the 2 groups I have enabled services for. But when I click on the groupname I get the following error page:
    Not Found
    404: No group with that name (thomas) hosted on this server
    Not sure what to do next. OD doesn't seem to be working like I would expect. Any advice would be greatly appreciated.
    Thanks in advance.
    Please note I am posting this late on Sunday night and have jury duty tomorrow. I will obviously try to check back as soon as I can but maybe not until Monday night. Thanks again.

    Hi
    +"I don't see this option. Am I doing doing something wrong?"+
    Your Rider seems to indicate 10.6? If you're not seeing this option in WorkGroup Manager I'm guessing you're using 10.6 Server? In which case you've posted in the wrong forum with a question that's not applicable anymore. Apple removed those options in 10.6. Another possibility is you're trying to manage a 10.5 Server using 10.6 Server Admin Tools and it's giving unpredictable results? The Server Administration Applications cab behave oddly if you're trying use a newer version on an older server. You should use the version of the Tools that came with the Server.
    The 10.6 iCal Server Admin Manual is here:
    http://manuals.info.apple.com/enUS/iCalServerv10.6.pdf
    Tony

  • ASA enable authentication for AD user by ACS TACACS fails

    In order to authorize command on ASA8.x for different users, I have to put 'aaa authentication enable console TACACS' into ASA configuration, and in ACS - user setup - TACACS+ enable password - Use separate password, I set an enable password.
    It works fine for ACS local users, they are able to get into priv EXEC mode by entering 'enable' command and use my pre-set password, however, the password doesn't work for AD user.
    So, how to setup enable authorization for AD user?
    Or is there a way to drop a user directly into level 15 on ASA just like it on router?
    below is the debug info.(I'm sure the password is the one I set in ACS)
    LABASA1(config)# AAA API: In aaa_open
    AAA session opened: handle = 884
    AAA API: In aaa_process_async
    aaa_process_async: sending AAA_MSG_PROCESS
    AAA task: aaa_process_msg(d45bd5c8) received message type 0
    AAA FSM: In AAA_StartAAATransaction
    AAA FSM: In AAA_InitTransaction
    Initiating authentication to primary server (Svr Grp: TACACS)
    AAA FSM: In AAA_BindServer
    AAA_BindServer: Using server: 192.168.1.221
    AAA FSM: In AAA_SendMsg
    User: fostco\user1
    Resp:
    callback_aaa_task: status = -1, msg =
    AAA FSM: In aaa_backend_callback
    aaa_backend_callback: Handle = 884, pAcb = d5b193e0
    aaa_backend_callback: Error:
    Incorrect password.
    AAA task: aaa_process_msg(d45bd5c8) received message type 1
    AAA FSM: In AAA_ProcSvrResp
    Back End response:
    Authentication Status: -1 (REJECT)
    AAA FSM: In AAA_NextFunction
    AAA_NextFunction: i_fsm_state = IFSM_PRIM_AUTHENTICATE, auth_status = REJECT
    AAA_NextFunction: authen svr = TACACS, author svr = <none>, user pol = , tunn pol =
    AAA_NextFunction: New i_fsm_state = IFSM_DONE,
    AAA FSM: In AAA_ProcessFinal
    AAA FSM: In AAA_Callback
    user attributes:
    None
    user policy attributes:
    None
    tunnel policy attributes:
    None
    Auth Status = REJECT
    aaai_internal_cb: handle is 884, pAcb is d5b193e0, pAcb->tq.tqh_first is d441d1d8
    AAA API: In aaa_close
    AAA task: aaa_process_msg(d45bd5c8) received message type 3
    In aaai_close_session (884)

    I have run into a similar situation. I just want to authenticate via TACACS to enable mode in an ssh session. After using the "aaa authentication enable console TACACS LOCAL" command on the ASA, the ACS server rejects the password.
    I have tried everything I can think of on the ACS as far as "TACACS+ enable password" using both a windows database or a separate password, and PIX/ASA command sets. I cannot go into enable mode unless I set the ASA to LOCAL authentication, which just uses the globally defined enable password.

  • Can't enable calendaring for some users in WGM

    10.5.6 server
    OD set up and working fine
    I'm trying to get going with iCal server for the first time
    The 3 accounts that I initially enabled for calendaring seem to work fine, but now I can't add any more. If I enable calendaring for a user in WGM and save the record, if I go to another record and then back to the one I changed, I see that calendaring is disabled for that user.
    It continues to work for the initial 3 users.
    iCal server error log did have some messages about "Record disabled due to conflict: <OpenDirectoryRecord..........."
    I read on another post that this indicates a problem with duplicate UIDs/GIDs
    I found one each UID ad GID that were both duplicated in local and LDAP records, so I changed those in WGM. On top of that I found that groups "Open Director Users" and "Open Directory Administrators" had the same GIDs in both local and LDAP domains, but guessed that I had better leave these alone. There are no other duplicate UIDs or GIDs.
    Stop and start iCal server.
    Problem remains.
    Any ideas please?
    Many thanks......

    Dear All,
    I have the same problem, i can't active the 'web calendaring' for groups and for users, the checkbox 'enable calendaring' don't stay checked if i close and open the workgroup manager...
    Someone has a solution?

  • OCS 2007 Enabling Federation for all users globally

    I've set up federation in OCS 2007 and it's working. The problem now is I need to make enable it en mass for my users.
    I've searched all properties and can't find where I enable it for all users. The setting I'm looking for is equivalent to going in the users properties > Other Settings [configure] > and checking Enable Federation and Enable Remote access.
    I'd hate to go through 300+ users to check this. Does anyone know where I can set this globally?
    Thanks.

    What are the odds of that...answered my own question.
    I right clicked the users folder > configure users and it walked me through checking those options.
    Hope it saves someone some time :)

  • Running Enable-Mailbox for existing user error message

    Hey guys,
      I'm trying to enable an existing users mailbox from a powershell command running from my DC and im getting an error message 
    Enable-Mailbox is not recognized as a name of a cmdlet.
    I have done import-modules activedirectory at the begining of the script to import a use rfrom a csv file and everything is working great except this final step.
    am i missing something here ?
    Thanks as always
    Rich

    Duplicate:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/653c0a19-ee93-4662-9084-8676c99f9024/running-the-exchange-management-shell-from-a-powershell-script-on-another-server?forum=winserverpowershell
    Microsoft Certified Trainer
    MCSE: Desktop, Server, Private Cloud, Messaging
    Blog: http://365lab.net

  • Why can I not disable the guest user in the 10.8.2 update? I have never enabled the guest user, but after the update, it was automatically enabled with a "managed" tag. It is not selectable even after entering my admin password to unlock the options.

    Why can I not disable the guest user in the 10.8.2 update? I have never enabled the guest user, but after the update, it was automatically enabled with a "managed" tag. It is not selectable even after entering my admin password to unlock the options. I was able to select the account under "parental controls", but again, could not delete it. Why Apple? Why?!!????

    SOLVED Ok. I actually was able to disable it. I had to actually log in as the guest user to make it accessible in the preference window. Then I disabled it and logged out. Apologies if this was obvious for some people, but I have had some sort of issue with something every update since Snow Leopard.

  • Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection

    "[DBNETLIB] Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection"
    After patches applied on patch Tuesday the database reports the above error. 
    All accounts are domain accounts and SQLServer uses Windows auth.
    DCDIAG show no errors
    All servers and DC have been restarted,
    Message in db log confirms the connection is being denied due to trust.
    Event log shows same rejection
    Protocols enabled: named pipes, tcpip, memory
    TESTS:
    PortQry: "
    TCP port 1433 (ms-sql-s service): LISTENING"
    Connect with domain admin accounts works from multiple clients systems to DB.
    Cannot connect with newly created domain admin account
    Can connect if new admin account connect to server in terminal server session and uses UDL wizard or any other tool including isql.
    New standard user also fails to connect.
    NOTES:
    I removed the SSL patch and the IE security update to see if that was an issue.
    ¯\_(ツ)_/¯

    Has someone left the company or has an account of some nature been dropped/replaced?
    Please click "Mark As Answer" if my post helped. Tony C.
    Hi Tony,
    Srry but No.  We just installed the monthly updates.
    I went back and found I had missed removing a patch.  I missed the rollup for Windows Server 2003:
    Event Type: Information
    Event Source: NtServicePack
    Event Category: None
    Event ID: 4382
    Date:  3/12/2015
    Time:  12:26:04 PM
    User:  NETTEST\admin
    Computer: DATA1
    Description:
    Windows Server 2003 KB954920 was removed from your computer, and the previous Windows Server 2003 configuration was restored.
    After I removed that is still didn't work but after about five minutes it started working.
    I guess I ned to report that to MS after I research what might be changed to make the patch work.
    Every time I get stuck and ask for help it seems to be just before I stumble on the solution.
    Thanks for replying.
    Well - maybe this will help someone else.
    Thanks again for replying Tony
    ¯\_(ツ)_/¯

  • How to make a PDF form call Web service and return a static pdf for user to print?

    Hi all,
    Can anyone help me regarding the feasibility of using PDF forms for my following case?
    I would like to create a Dynamic pdf form. User only have the Acrobat reader. they can enter some information. Then have a submit button. when user click the submit button, it can call the web service with data. then Web service returns a Static PDF document based on data and the user can print it out. (and maybe save as separate pdf file)
    1. Is that possible to implement? Because I know PDF can call web service, but dont know how it handle when the webservice returns another static PDF document. could it able to handle the responds and open up in another acrobat reader?
    2. As I understand I need to have Live Cycle Designer to create a pdf  and make it Reader Enabled. So user can user reader to call webservice? am I correct?
    3. What minimum reader that user need to have? PDF reader 7 or above?
    4. I have a webservice serve the same purpose for web. But if I want the same web services can serve both web and PDF form. So, whatever client (PDF or Web)make the web service call, server returns the PDF document to client. Is that possible ? Do I need to make any changes on web service?
    5. Do I need to get any other Adobe server product? (other than Live Cycle Designer )
    Thanks a lot

    We have done a similar approach in the past and yes, it can be doable.
    1. Is that possible to implement? Because I know PDF can call web service, but dont know how it handle when the webservice returns another static PDF document. could it able to handle the responds and open up in another acrobat reader?
    Srini: We have developed a Servlet to talk to Webservice. Based on the Webservice response, the Servlet, prepares the Byte stream and sends it to Webbrowser to display as a PDF. The PDF data was submitted to Servlet in XML format.
    But if you do not want to use the above approach, then you have to use the Workbench Process.
    Submit the PDF data to a Workbench process and the inside process, execute Webservice Service with the data. Once the response is received, prepare the data XML and render a PDF with it.
    To do this, you need LiveCycle Server and Reader Extensions server component.
    2. As I understand I need to have Live Cycle Designer to create a pdf  and make it Reader Enabled. So user can user reader to call webservice? am I correct?
    Srini: If you want to use the Servlet, you can Reader extend the PDF with Acrobat.. But if you want to submit the data directly to Webservice, then you need Reader Extensions server component.
    3. What minimum reader that user need to have? PDF reader 7 or above?
    Srini: Not sure but Reader 8 and above should work.
    4. I have a webservice serve the same purpose for web. But if I want the same web services can serve both web and PDF form. So, whatever client (PDF or Web)make the web service call, server returns the PDF document to client. Is that possible ? Do I need to make any changes on web service?
    Srini: If you use the Servlet approach, then you can re-use the same webservice. But if you want to submit directly to the same webservice, you may need to change it to suit your data XML.
    5. Do I need to get any other Adobe server product? (other than Live Cycle Designer )
    Srini: If you use the Servlet approach, you do not need any server component but other approach, you need Livecycle Server and Reader Extensions server component.
    Thanks
    Srini

Maybe you are looking for